Skip to content

Commit

Permalink
env 문제인가
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe committed Jan 2, 2024
1 parent a8049c5 commit b12f453
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:

- name: maybe new line?
run: |
echo "good with lines" >> by_the_test_action2.txt
echo "good with lines" >> by_the_test_action2.txt
- name: maybe env
env:
Vault_Token: ${{ secrets.VAULT_TOKEN }}
run: echo "${GITHUB_REF#refs/tags/} and ${{env.Vault_Token}}"

0 comments on commit b12f453

Please sign in to comment.