Skip to content

Commit

Permalink
Merge pull request #255 from Homebrew/template-injection
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocab authored Nov 8, 2024
2 parents 2717d68 + 1155a74 commit 7c49de7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ jobs:
if: github.event_name != 'push' && !cancelled()
steps:
- name: Result
run: ${{ needs.build.result == 'success' }}
env:
RESULT: ${{ needs.build.result }}
run: |
[[ "${RESULT}" == success ]]

0 comments on commit 7c49de7

Please sign in to comment.