Skip to content

Commit

Permalink
more test workflaow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-lowe committed Aug 3, 2024
1 parent 9ba670c commit 2964ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- run: echo $TEST_VAR end
- run: echo $TEST_SECRET end
- run: echo ${{ vars.TEST_VAR }} is VarValue end
- run: echo ${{ secrets.TEST_SECRET }} is SecretValue end

0 comments on commit 2964ae8

Please sign in to comment.