Skip to content

Commit

Permalink
Update LouisBrunner/diff-action action to v2.2.0
Browse files Browse the repository at this point in the history
Use `failure` from LouisBrunner/diff-action#29
  • Loading branch information
renovate[bot] authored and WyriHaximus committed Dec 18, 2024
1 parent 112fb23 commit 34519c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-workflows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
run: |
make generate
- name: Check that the files are the exact same
uses: LouisBrunner/diff-action@v2.1.0
uses: LouisBrunner/diff-action@v2.2.0
with:
old: README.current.md
new: README.md
mode: strict
tolerance: same
token: ${{ secrets.GITHUB_TOKEN }}
notify_check: true
notify_issue: true
notify_issue: "failure"
sticky_comment: true
title: README

0 comments on commit 34519c0

Please sign in to comment.