Skip to content

Commit

Permalink
Add env var step
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGraham101 committed Feb 8, 2024
1 parent d977eb0 commit 7b1eea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/environment-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:
- name: Do some stuff
run: |
echo "Do some stuff after approval $(date +%T)"
- name: Do some unique stuff
run: |
echo "THIS_ENV_ONLY variable ${{ vars.THIS_ENV_ONLY }}"

0 comments on commit 7b1eea0

Please sign in to comment.