Skip to content

Commit

Permalink
fix blossom checkout repo (NVIDIA#711)
Browse files Browse the repository at this point in the history
Signed-off-by: Peixin Li <pxli@nyu.edu>
  • Loading branch information
pxLi authored Sep 10, 2020
1 parent 845612b commit 413c92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
repository: ${{ github.repository }}
repository: ${{ fromJson(steps.pull_request_data.outputs.data).head.repo.full_name }}
ref: ${{ fromJson(steps.pull_request_data.outputs.data).head.ref }}
lfs: 'true'

Expand Down

0 comments on commit 413c92e

Please sign in to comment.