From 5de1854f9b0d0c1d4aadf1e251dafe9e273e60e8 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 12 Sep 2024 15:45:04 +0100 Subject: [PATCH] Test backport workflow with branch that doesn't make a GraphQL call For more information, refer to https://github.com/grafana/grafana-github-actions/pull/224. Signed-off-by: Jack Baldry --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index b0d7bc4aeb..4f7416d479 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -15,7 +15,7 @@ jobs: with: repository: grafana/grafana-github-actions path: ./actions - ref: main + ref: jdb/2024-09-replace-graphql-with-rest - name: Install Actions run: npm install --production --prefix ./actions - name: Run backport