Skip to content

Commit

Permalink
ignore diff exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
titpetric committed Jul 27, 2023
1 parent 6b3c54c commit d6fe061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
rsync -a /tmp/.taskfiles/ .taskfiles/
task -t .taskfiles/godoc/Taskfile.yml > prev.txt
echo "diff<<EOF" >> $GITHUB_OUTPUT
diff -u prev.txt current.txt >> $GITHUB_OUTPUT
diff -u prev.txt current.txt || true >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Find Comment
Expand Down

0 comments on commit d6fe061

Please sign in to comment.