From a07a205988299f38a4327bb5767ac4d42998e814 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Sun, 6 Sep 2026 21:03:14 +0100 Subject: [PATCH 1/2] Sort out plz paths for dependabot CI thingamabob --- .github/workflows/dependabot-sync.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/dependabot-sync.yml b/.github/workflows/dependabot-sync.yml index 9a430aac3..b4f41cd5e 100644 --- a/.github/workflows/dependabot-sync.yml +++ b/.github/workflows/dependabot-sync.yml @@ -18,6 +18,14 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} + - name: Install Please + run: | + ./pleasew --version + # puku shells out to `plz`, but pleasew only installs `please` and doesn't + # put it on the PATH, so link it up here. + ln -sf "$HOME/.please/please" "$HOME/.please/plz" + echo "$HOME/.please" >> "$GITHUB_PATH" + - name: Run puku sync run: | ./pleasew puku sync From e6b6149fc35621f8abc1ab4b5ac123d2d27e8428 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Sun, 6 Sep 2026 21:08:09 +0100 Subject: [PATCH 2/2] we are writing as well --- .github/workflows/dependabot-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-sync.yml b/.github/workflows/dependabot-sync.yml index b4f41cd5e..e53ffbfbf 100644 --- a/.github/workflows/dependabot-sync.yml +++ b/.github/workflows/dependabot-sync.yml @@ -28,7 +28,7 @@ jobs: - name: Run puku sync run: | - ./pleasew puku sync + ./pleasew puku sync -w - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@4b4693c596717de5c939cfa92b1b0b5c8676537f