Skip to content

Commit dfa30a2

Browse files
authored
Merge pull request #57723 from github/repo-sync
Repo sync
2 parents d5f0399 + 0959159 commit dfa30a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ jobs:
12871287
fs.writeFileSync(path.join(temp, 'pr_number.zip'), Buffer.from(download.data));
12881288
12891289
- name: 'Unzip artifact'
1290-
run: unzip pr_number.zip -d "{% raw %}${{ runner.temp }}{% endraw %}/artifacts"
1290+
run: unzip "{% raw %}${{ runner.temp }}{% endraw %}/artifacts/pr_number.zip" -d "{% raw %}${{ runner.temp }}{% endraw %}/artifacts"
12911291
12921292
- name: 'Comment on PR'
12931293
uses: {% data reusables.actions.action-github-script %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the upper-right corner of any page, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
1+
1. In the upper-right corner of any page, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %} settings**.

0 commit comments

Comments
 (0)