From 2124c46d775e4679495132d20683821cb028218f Mon Sep 17 00:00:00 2001 From: Farshad DASHTI Date: Thu, 19 Dec 2024 15:42:08 +0000 Subject: [PATCH] Added repository checkout action to the workflow --- .github/workflows/pack-utilities.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pack-utilities.yml b/.github/workflows/pack-utilities.yml index 94ec394..6541e99 100644 --- a/.github/workflows/pack-utilities.yml +++ b/.github/workflows/pack-utilities.yml @@ -11,6 +11,9 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: + - name: Check out repository + uses: actions/checkout@v4 + - name: Set Pre-Release Suffix (if Pull Request) id: set_suffix run: |