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 143a764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion etc/README.md.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ central point of all my GitHub Actions Workflows. Over the years most of my work
diverged in all directions, this repository is to reel that all back in one easy to maintain them for all my
repositories.

## Opinionated choices
## Opinionated choicesa

### Runs On

Expand Down

0 comments on commit 143a764

Please sign in to comment.