From 86e48fdf9a1c49e61ba40bee8bd14041ec242dd8 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 22 Oct 2024 11:22:33 +0200 Subject: [PATCH] Try running the branch's automation --- .github/workflows/pull-request-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-automation.yml b/.github/workflows/pull-request-automation.yml index 15b61e7390e0be..e23fda91cd08c8 100644 --- a/.github/workflows/pull-request-automation.yml +++ b/.github/workflows/pull-request-automation.yml @@ -14,7 +14,7 @@ jobs: # isn't necessarily `trunk` (e.g. in the case of a merge). - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: - ref: trunk + ref: revert-66270-revert-65681-managing-packages show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} - name: Use desired version of Node.js