From e5bdec195edf2a333ecfb878b1ba3dcdf4f4887a Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 23 Nov 2024 20:26:58 +0100 Subject: [PATCH] ci: update-flake: fix missing commits --- .github/workflows/pin-latest-hyprland.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pin-latest-hyprland.yml b/.github/workflows/pin-latest-hyprland.yml index 861e468..301ad7a 100644 --- a/.github/workflows/pin-latest-hyprland.yml +++ b/.github/workflows/pin-latest-hyprland.yml @@ -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