We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b111d8e commit f3574bdCopy full SHA for f3574bd
.github/workflows/auto-spotless-part-2.yml
@@ -57,7 +57,8 @@ jobs:
57
58
- name: Unzip patch
59
if: steps.download-patch.outputs.exists == 'true'
60
- run: unzip patch.zip -d "${{ runner.temp }}/artifacts"
+ working-directory: ${{ runner.temp }}/artifacts
61
+ run: unzip patch.zip
62
63
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
0 commit comments