From 77de7dd8c075c6d648007fa115e7fe7665754cfa Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Wed, 30 Oct 2024 07:43:31 +1000 Subject: [PATCH] WIP fix workflow git fetch --- .github/workflows/link_labs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/link_labs.yml b/.github/workflows/link_labs.yml index 6c00be51..99741c17 100644 --- a/.github/workflows/link_labs.yml +++ b/.github/workflows/link_labs.yml @@ -11,12 +11,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Set up Git - run: git fetch origin main - - name: Get list of changed files id: changed-files run: | + git fetch --all git diff --name-only origin/main...HEAD > changed_files.txt cat changed_files.txt