Skip to content

Commit

Permalink
checkout caller repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Sep 18, 2024
1 parent 13e5ab6 commit d4ccf51
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/review-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,13 @@ jobs:
with:
contracts_dir: ${{ inputs.contracts_directory }}

- name: Checkout this repo
- name: Checkout caller repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
ref: ${{ env.head_ref }}

- name: Checkout chainlink-github-actions repository
if: ${{ inputs.link_with_jira == true }}
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
Expand Down

0 comments on commit d4ccf51

Please sign in to comment.