Skip to content

Commit

Permalink
ci(gh-actions): Checkout target repo when deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarKirov authored and EmilIvanichkovv committed Aug 16, 2024
1 parent 0084730 commit e1696da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ jobs:
&& contains(needs.*.result, 'failure')
|| contains(needs.*.result, 'cancelled')
- uses: actions/checkout@v4
if: inputs.do_deploy

- name: Deploy
if: inputs.do_deploy
env:
Expand Down

0 comments on commit e1696da

Please sign in to comment.