Skip to content

Commit

Permalink
Fix indentation in check-workflow-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders authored and nt1m committed Sep 14, 2024
1 parent ffc8a3a commit 6050460
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check-workflow-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
outputs:
output: ${{ steps.check.outputs.test }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
sparse-checkout: |
tools
- 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 6050460

Please sign in to comment.