Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clarifai-fmarceau committed Jul 2, 2024
1 parent dbe50b4 commit 29eff4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Test secret value
run: echo "Test secret value: ${{ secrets.TEST_SECRET }}"
env:
TEST_SECRET: ${{ secrets.test }}
TEST_SECRET: ${{ secrets.TEST_SECRET }}
run: echo "Test secret value: $TEST_SECRET"

0 comments on commit 29eff4f

Please sign in to comment.