Skip to content

Commit

Permalink
ci(seed-build): checkout codebase based on ref
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Jul 20, 2023
1 parent ea77394 commit 897d8a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/seed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Checkout codebase
uses: actions/checkout@v3
with:
ref: ${{ inputs.ref }}
fetch-depth: 0

- name: Get the version
Expand Down

0 comments on commit 897d8a9

Please sign in to comment.