Update sync-docs.yml to change repository_dispatch event mode from 'push' to 'release-all'

This commit is contained in:
René
2026-04-21 12:00:12 +02:00
parent 8758ce7956
commit 54fd0900c0
+1 -1
View File
@@ -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: