From ef3431873201010a38e541ef51e30449c71bbced Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 2 Sep 2024 15:39:06 +0200 Subject: [PATCH] fixed lack of echo --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 196350e..6e0ba6a 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -16,7 +16,7 @@ jobs: run: echo "Result is $RESULT" env: RESULT: ${{ needs.build.outputs.result }} - - run: This run id is ${{ github.run_id }} + - run: echo "This run id is ${{ github.run_id }}" - name: Download artifact uses: actions/download-artifact@v4 with: