From 448bcc8b07c43564f23ca7a62cc912ed715fd60d Mon Sep 17 00:00:00 2001 From: jcollier Date: Fri, 13 Oct 2023 14:51:32 +0100 Subject: [PATCH] testing commiting new files --- .github/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index dfb4230be3..9afb2f2aed 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -19,6 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: ${{ github.head_ref }} fetch-depth: 0 - name: Setup node uses: actions/setup-node@v3