Skip to content

Commit

Permalink
Set detailed exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Dec 1, 2023
1 parent b5b1eb3 commit 2dbdf7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: futurice/jalapeno@main
id: jalapeno
with:
cmd: check
cmd: check --detailed-exitcode
- if: steps.jalapeno.outputs.exit-code == '2'
run: echo "::notice::Jalapeno updates available"

0 comments on commit 2dbdf7e

Please sign in to comment.