From b0b11e4fc1061431192a7d3f7c4721a2ad5db019 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 22 Oct 2024 12:26:44 +0200 Subject: [PATCH] Revert "REVERTME: Demo the flow working" This reverts commit 4b3f016f674b73ca8a4a6685613e26f9fbba1dd5. --- .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 4f6d27f3a20ea4..cf37fa00c060bf 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: pull-request-automation/use-regular-npm-install + ref: trunk show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} - name: Setup Node.js and install dependencies