Skip to content

Commit

Permalink
Update vars_usage_33389_passes.yml
Browse files Browse the repository at this point in the history
Expose RUNNER_ENVIRONMENT in place of RUNNER_NAME which is causing an error.
  • Loading branch information
beremonsivais authored Sep 6, 2024
1 parent ad62433 commit 6612d01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vars_usage_33389_passes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
- name: hello-world
run: |
echo ${{vars.RUNNER}}
echo "${{RUNNER_NAME}}"
echo "${{RUNNER_ENVIRONMENT}}"

0 comments on commit 6612d01

Please sign in to comment.