Skip to content

Commit

Permalink
ci: Add setup repo step
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGemmaJr committed Jun 14, 2024
1 parent b9d4b64 commit e29415a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ jobs:
packageName: ${{ steps.set-package-info.outputs.packageName }}
packageVersion: ${{ steps.set-package-info.outputs.packageVersion }}
steps:
# Set up runner
- name: ⬇️ Checkout repo
uses: actions/checkout@v4

- name: Set matrix
id: set-matrix
run: |
Expand Down

0 comments on commit e29415a

Please sign in to comment.