Skip to content

Commit

Permalink
FIX: remove name from artifact (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored May 8, 2023
1 parent 28e6acb commit ae5e2f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
- if: always() && steps.diff.outputs.diff != ''
uses: actions/upload-artifact@v3
with:
name: diff
path: ${{ steps.diff.outputs.diff }}

taplo:
Expand Down Expand Up @@ -104,7 +103,6 @@ jobs:
- if: always() && steps.diff.outputs.diff != ''
uses: actions/upload-artifact@v3
with:
name: diff
path: ${{ steps.diff.outputs.diff }}

push:
Expand All @@ -124,7 +122,6 @@ jobs:
token: ${{ secrets.token || secrets.GITHUB_TOKEN }}
- uses: actions/download-artifact@v3
with:
name: diff
path: .
- if: always()
name: Push changes
Expand Down

0 comments on commit ae5e2f3

Please sign in to comment.