Skip to content

Commit

Permalink
Merge pull request #17 from datarootsio/feature/ci-cd-pipeline
Browse files Browse the repository at this point in the history
Switched pr_number for branch when downlading artifacts
  • Loading branch information
rfoyard authored Jan 29, 2021
2 parents 6e3b261 + 1a44d18 commit 341b8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: test-and-train.yml
pr: ${{github.event.pull_request.number}}
branch: ${{github.head_ref}}
name: models
path: models
- name: 'Checkout'
Expand Down

0 comments on commit 341b8bb

Please sign in to comment.