Skip to content

Commit e88d94c

Browse files
authored
Update deployment.yml
1 parent 851ce88 commit e88d94c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- name: "Download artifact"
1818
uses: actions/download-artifact@v4
1919
with:
20-
name: pr.zip
21-
- run: unzip pr.zip
20+
run-id: ${{github.event.workflow_run.id }}
2221

2322
- name: "Save PR number to env.number"
2423
run: echo "number=$(cat ./pr/NR)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)