diff --git a/.github/workflows/run-api-test.yml b/.github/workflows/run-api-test.yml index 181bb2f859..f06197223a 100644 --- a/.github/workflows/run-api-test.yml +++ b/.github/workflows/run-api-test.yml @@ -130,7 +130,7 @@ jobs: - name: Upload artifact if exit code 53 if: failure() run: | - if [ "{{ env.last_exit_code }}" == "53" ]; then + if [ "${{ env.last_exit_code }}" == "53" ]; then echo "Uploading marker for test ${{ matrix.tests.name }}" mkdir -p artifacts/${{ matrix.tests.name }} echo "failure-marker" > artifacts/${{ matrix.tests.name }}/failure-marker