Skip to content

Commit

Permalink
Create vars_usage_33389_passes.yml
Browse files Browse the repository at this point in the history
Description of vars usage is not acurate
#33389 test which should pass.
  • Loading branch information
beremonsivais authored Sep 5, 2024
1 parent 02fee27 commit a56d13d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/vars_usage_33389_passes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Runner var test"
on:
workflow_dispatch:


jobs:
hello-world-job:
name: "Echo ubuntu-latest"
environment: "dev"
runs-on: "ubuntu-latest"
steps:
- name: hello-world
run: echo ${{vars.RUNNER}}

0 comments on commit a56d13d

Please sign in to comment.