Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 26, 2024
1 parent 4d97619 commit d9974e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- id: check
run: |
if [[ -n "${{ secrets[inputs.secret_name] }}" ]]; then
echo "has-secrets=true" >> "$GITHUB_ENV"
echo "has-secrets=1" >> "$GITHUB_ENV"
echo "Secret for ${{ inputs.secret_name }} is available"
else
echo "Secret for ${{ inputs.secret_name }} is NOT available"
Expand Down

0 comments on commit d9974e3

Please sign in to comment.