From 645af8df333cdec64a12408e4bfec9cacdc02aa4 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Tue, 29 Apr 2025 21:30:52 -0500 Subject: [PATCH] CI: Backport action can't combine `with` and `working-directory` (#104754) * Can't combine with and working-directory * add missing uses: --- .github/workflows/backport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index c333e6f2386..07e64fe437b 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ jobs: GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: cd grafana && git remote set-url origin "https://grafana-delivery-bot:$GIT_TOKEN@github.com/grafana/grafana.git" - name: Run backport - working-directory: grafana - uses: grafana/grafana-github-actions-go/backport@main # zizmor: ignore[unpinned-uses] + uses: grafana/grafana-github-actions-go/backport@main with: + path: grafana token: ${{ secrets.GITHUB_TOKEN }}