diff --git a/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md b/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md index d53075f2a147..12cb919673d9 100644 --- a/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md +++ b/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md @@ -1287,7 +1287,7 @@ jobs: fs.writeFileSync(path.join(temp, 'pr_number.zip'), Buffer.from(download.data)); - name: 'Unzip artifact' - run: unzip pr_number.zip -d "{% raw %}${{ runner.temp }}{% endraw %}/artifacts" + run: unzip "{% raw %}${{ runner.temp }}{% endraw %}/artifacts/pr_number.zip" -d "{% raw %}${{ runner.temp }}{% endraw %}/artifacts" - name: 'Comment on PR' uses: {% data reusables.actions.action-github-script %}