From 0f86932afb2cdbce38f8c44007d7f5fb461b7833 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 5 Feb 2025 02:00:50 +0200 Subject: [PATCH] fix(ci): oops, forgot to checkout the repo --- .github/workflows/sync-labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index f1d1557..301993a 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -33,5 +33,7 @@ jobs: issues: write steps: + - name: ⤵️ Checkout Repository + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ⤵️ Sync Latest Labels Definitions uses: ./sync-labels/action.yml