Skip to content

Commit

Permalink
Added repository checkout action to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Farshad DASHTI authored and Farshad DASHTI committed Dec 19, 2024
1 parent 737bfd5 commit 2124c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pack-utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2124c46

Please sign in to comment.