Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Jan 19, 2025
1 parent 27b4b69 commit dc8e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
outmodb: ${{ needs.things.outputs.mod_b_output }}
outmodc: ${{ needs.things.outputs.mod_c_output }}
run: |
("[[ $outmoda != 0 || $outmodb != 0 || $outmodc != 0 ]]" && echo -e "BUILD_RET=1" >> "$GITHUB_OUTPUT") || echo -e "BUILD_RET=0" >> "$GITHUB_OUTPUT"
([[ $outmoda != 0 || $outmodb != 0 || $outmodc != 0 ]] && echo -e "BUILD_RET=1" >> "$GITHUB_OUTPUT") || echo -e "BUILD_RET=0" >> "$GITHUB_OUTPUT"
cat "$GITHUB_OUTPUT"
# vim: sw=2:et:ts=2:

0 comments on commit dc8e8c2

Please sign in to comment.