Skip to content

Commit

Permalink
Use sticky comment for README Diff
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 5, 2024
1 parent 6a5e8f7 commit 261995b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-workflows-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
make generate
- name: Check that the files are the exact same
uses: LouisBrunner/diff-action@v2.0.0
uses: LouisBrunner/diff-action@v2.1.0
with:
old: README.current.md
new: README.md
Expand All @@ -35,3 +35,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
notify_check: true
notify_issue: true
sticky_comment: true
title: README

0 comments on commit 261995b

Please sign in to comment.