From b00e26120e32a5553f27377aed49d7ed0b7551d5 Mon Sep 17 00:00:00 2001 From: Luke Brody Date: Tue, 22 Oct 2024 22:16:46 -0700 Subject: [PATCH] Forgor to check out --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a445d916..ef68f69c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ jobs: outputs: changed: ${{ steps.get-changed-files.outputs.any_changed }} steps: + - uses: actions/checkout@v4 - id: get-changed-files uses: tj-actions/changed-files@v45 with: