Skip to content

Commit

Permalink
No bad exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Oct 18, 2024
1 parent 3d8b3f1 commit ef69d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
id: todo_file
timeout-minutes: 10
run: |
[ -f "$file" ] && echo "do_post=true" >> "$GITHUB_OUTPUT"
[ -f "$file" ] && echo "do_post=true" >> "$GITHUB_OUTPUT" || echo "Nothing to do"
env:
file: ${{ env.MASTODON_TODO }}

Expand Down

0 comments on commit ef69d66

Please sign in to comment.