Skip to content

Commit 1a44d18

Browse files
committed
Switched pr_number for branch when downlading artifacts
1 parent 943d002 commit 1a44d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: dawidd6/action-download-artifact@v2
1919
with:
2020
workflow: test-and-train.yml
21-
pr: ${{github.event.pull_request.number}}
21+
branch: ${{github.head_ref}}
2222
name: models
2323
path: models
2424
- name: 'Checkout'

0 commit comments

Comments
 (0)