Skip to content

Commit

Permalink
fix(fix): add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Sep 6, 2023
1 parent f321362 commit 6120d28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
# Step 1: Check out the repository code
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0

- id: set-matrix
run: |
matrix="["
Expand Down

0 comments on commit 6120d28

Please sign in to comment.