Skip to content

Commit 9fd194f

Browse files
committed
Update sync-docs.yml to change repository_dispatch event mode from 'push' to 'release-all'
1 parent 2d8115b commit 9fd194f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
commit-url: https://github.com/gofiber/fiber
3030
event-mode: >-
3131
${{ github.event_name == 'workflow_dispatch' && inputs.mode
32-
|| github.event_name == 'repository_dispatch' && 'push'
32+
|| github.event_name == 'repository_dispatch' && 'release-all'
3333
|| github.event_name }}
3434
tag-name: ${{ github.ref_name }}
3535
secrets:

0 commit comments

Comments
 (0)