Skip to content

Commit f3574bd

Browse files
committed
fixup! Add spotless autofix for PRs
1 parent b111d8e commit f3574bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-spotless-part-2.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
5858
- name: Unzip patch
5959
if: steps.download-patch.outputs.exists == 'true'
60-
run: unzip patch.zip -d "${{ runner.temp }}/artifacts"
60+
working-directory: ${{ runner.temp }}/artifacts
61+
run: unzip patch.zip
6162

6263
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6364
if: steps.download-patch.outputs.exists == 'true'

0 commit comments

Comments
 (0)