Skip to content

Commit

Permalink
Update test-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaStakater authored Dec 29, 2023
1 parent 8613c08 commit d97fb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
INP_SECRET=$(jq -r '.inputs.secret' $GITHUB_EVENT_PATH)
INP_TOKEN=$(jq -r '.inputs.token' $GITHUB_EVENT_PATH)
INP_SECRET_TOKEN=${{ github.event.inputs.secret_token}}
INP_SECRET_TOKEN="${{ github.event.inputs.secret_token}}"
echo Before mask
echo $INP_SECRET
echo $INP_TOKEN
Expand Down

0 comments on commit d97fb51

Please sign in to comment.