Skip to content

Commit

Permalink
ci: update-flake: fix missing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Nov 23, 2024
1 parent 1ff3360 commit e5bdec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pin-latest-hyprland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -eu
git fetch --depth=1 origin v0.8.2
./scripts/ci/pin-latest-hyprland v0.8.2
if git diff --quiet hyprpm.toml; then # no changes
exit 0
Expand Down

0 comments on commit e5bdec1

Please sign in to comment.