Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 22, 2024
1 parent 0aeed24 commit 4cfae17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ jobs:
steps:
- name: Log
run: |
echo "variable : ${{ vars.AAA }}"
echo "env : ${{ env.AAA }}"
echo "variable : ${{vars.AAA}}"
echo "env : ${{env.AAA}}"
echo "secret : ${{secrets.BBB}}"

0 comments on commit 4cfae17

Please sign in to comment.