Skip to content

Commit

Permalink
Merge pull request #12953 from jonjohnsonjr/full-checkout
Browse files Browse the repository at this point in the history
Do full checkout in withdraw-packages workflow
  • Loading branch information
jonjohnsonjr authored Feb 13, 2024
2 parents 72f2912 + 192b8b4 commit 46dba4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/withdraw-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0 # We want the full history for uploading withdrawn-packages.txt to GCS. If this takes too long, we look at merging both files.

- name: "Install wolfictl onto PATH"
run: |
Expand Down

0 comments on commit 46dba4b

Please sign in to comment.