Skip to content

Commit

Permalink
Still adjusting diff syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathbyToast committed Aug 14, 2023
1 parent 3527d36 commit b292f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- run: echo "🔎 Attempting to diff url contents"
- name: Diff
run: |
diff <(curl https://config.playwire.com/dyn_ads/1025030/74482/ads.txt) <(curl https://pvpivs.com/ads.txt)
diff --strip-trailing-cr <(curl https://config.playwire.com/dyn_ads/1025030/74482/ads.txt) <(curl https://pvpivs.com/ads.txt)
- run: echo "💡 The diff command has completed."
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit b292f23

Please sign in to comment.