From 8d7948460fc3430cd83dd9f5369dce256034ec75 Mon Sep 17 00:00:00 2001 From: Philipp Schaffrath Date: Thu, 4 Apr 2024 19:56:14 +0200 Subject: [PATCH] make sure the build job checks out the latest commit --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c1b0cf..f2858e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,6 +43,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + ref: ${{ github.ref }} - name: Build Cursor Theme uses: phisch/cursor-theme-builder/action/build@v1.0 with: