Skip to content

Commit 82027c8

Browse files
committed
Fix field name
1 parent 7e4cebe commit 82027c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: 'Commit changes'
122122
run: |
123123
git add . && git commit -m "Deploy: ${{ github.sha }}"
124-
continue_on_error: true
124+
continue-on-error: true
125125
timeout-minutes: 10
126126

127127
# Push changes:

0 commit comments

Comments
 (0)