Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Aug 20, 2024
1 parent f1128f9 commit afe3695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ jobs:
- name: test
env:
MYSECRET: ${{ secrets.QUAY_IO_USERNAME }}
run: echo $MYSECRET
run: |
echo $MYSECRET
export myname=$MYSECRET
echo $myname

0 comments on commit afe3695

Please sign in to comment.