Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyrychenko committed Jul 4, 2024
1 parent 227c3f6 commit 33a951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/use-reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Output deploy result
run: echo "${{ needs.deploy.outputs.my-result }} # function return value
run: echo "${{ needs.deploy.outputs.my-result }}" # function return value
report:
needs: [lint, deploy] # first and last of the sequence (lint is parallel). Important for IF statement to work, otherwise report will run in parallel and won't do the trick
if: failure()
Expand Down

0 comments on commit 33a951c

Please sign in to comment.