Skip to content

Commit 6dc73cd

Browse files
authored
Update push.yml
Fixed typo: 'where' --> 'with'
1 parent 4ab11d6 commit 6dc73cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25-
where:
25+
with:
2626
repository: ${{ github.repository }}
2727

2828
- name: Install dependencies

0 commit comments

Comments
 (0)