Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
komish authored Apr 11, 2024
1 parent 379c855 commit 0244f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/combine-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: composite
steps:
- name: Fail if secrets are empty
if: secrets.PARTIAL_ONE == '' || secrets.PARTIAL_TWO == ''
if: ${{ secrets.PARTIAL_ONE == '' || secrets.PARTIAL_TWO == '' }}
shell: bash
run: |
echo "::error::A secret was not set"
Expand Down

0 comments on commit 0244f5f

Please sign in to comment.