Skip to content

Commit

Permalink
chore: add || true
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Oct 6, 2023
1 parent 4af70fc commit 683fd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
continue-on-error: true # Diff will output status -1 if it detects any difference
id: diff
run: |
echo "DIFF_RESULT=$(diff -r old-version new-version)" $GITHUB_OUTPUT
diff -r old-version new-version # Just for debugging, promise I'll delete it
diff -r old-version new-version || true # Just for debugging, promise I'll delete it
echo "DIFF_RESULT=$(diff -r old-version new-version || true)" $GITHUB_OUTPUT
- name: Comment on PR
uses: actions/github-script@v3
Expand Down

0 comments on commit 683fd43

Please sign in to comment.