Skip to content

Commit

Permalink
Update github-actions-environments-inputs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 16, 2023
1 parent 60e4e5d commit 01d5693
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-environments-inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ jobs:
environment: ${{ inputs.environment }}
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
run: echo '${{ toJSON(github) }}'

- name: show variables
run: echo ${{ vars.WHO_AM_I }}

0 comments on commit 01d5693

Please sign in to comment.