Skip to content

Commit e1696da

Browse files
PetarKirovEmilIvanichkovv
authored andcommitted
ci(gh-actions): Checkout target repo when deploying
1 parent 0084730 commit e1696da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
&& contains(needs.*.result, 'failure')
231231
|| contains(needs.*.result, 'cancelled')
232232
233+
- uses: actions/checkout@v4
234+
if: inputs.do_deploy
235+
233236
- name: Deploy
234237
if: inputs.do_deploy
235238
env:

0 commit comments

Comments
 (0)