From 3ddbf3884a9cf5b3cdb21fe5591597c73917a8ed Mon Sep 17 00:00:00 2001 From: DeWildeDaan Date: Fri, 30 Aug 2024 18:06:06 +0200 Subject: [PATCH] chore: removed ref on checkout step --- .github/workflows/action-test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 554629b..c313546 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -8,8 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.ref }} - uses: actions/setup-node@v4 with: node-version: "20"