Skip to content

Commit

Permalink
Checkout tools/ before running a script in tools/ci
Browse files Browse the repository at this point in the history
In a shocking turn of events, running scripts without first checking
out anything doesn't work well.
  • Loading branch information
gsnedders committed Sep 14, 2024
1 parent f1f9335 commit d61fe6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
outputs:
output: ${{ steps.check.outputs.test }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
sparse-checkout: |
tools
- uses: actions/download-artifact@v4
with:
name: git-push-output
Expand Down

0 comments on commit d61fe6d

Please sign in to comment.