mirror of
https://github.com/gofiber/storage.git
synced 2026-04-22 23:07:21 +08:00
Update sync-docs.yml to change repository_dispatch event mode from 'push' to 'release-all'
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
commit-url: https://github.com/gofiber/storage
|
||||
event-mode: >-
|
||||
${{ github.event_name == 'workflow_dispatch' && inputs.mode
|
||||
|| github.event_name == 'repository_dispatch' && 'push'
|
||||
|| github.event_name == 'repository_dispatch' && 'release-all'
|
||||
|| github.event_name }}
|
||||
tag-name: ${{ github.ref_name }}
|
||||
secrets:
|
||||
|
||||
Reference in New Issue
Block a user