Skip to content

Commit 4ab11d6

Browse files
authored
Update push.yml
Fixed 'checkout'-step.
1 parent e093649 commit 4ab11d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25+
where:
26+
repository: ${{ github.repository }}
2527

2628
- name: Install dependencies
2729
run: bash ./tools/prepare-ci.sh

0 commit comments

Comments
 (0)