diff --git a/.github/workflows/sandbox_build.yml b/.github/workflows/sandbox_build.yml index 0f4e410..d45123c 100644 --- a/.github/workflows/sandbox_build.yml +++ b/.github/workflows/sandbox_build.yml @@ -29,5 +29,5 @@ jobs: git describe --tags echo ${{ steps.get_version.outputs.VERSION1 }} echo ${{ steps.get_version.outputs.VERSION2 }} - echo ${{ GITHUB_RUN_ID }} - echo ${{ GITHUB_RUN_NUMBER }} \ No newline at end of file + echo $GITHUB_RUN_ID + echo $GITHUB_RUN_NUMBER \ No newline at end of file