We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f3cf71 + 9fd194f commit 2470124Copy full SHA for 2470124
1 file changed
.github/workflows/sync-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
commit-url: https://github.com/gofiber/fiber
30
event-mode: >-
31
${{ github.event_name == 'workflow_dispatch' && inputs.mode
32
- || github.event_name == 'repository_dispatch' && 'push'
+ || github.event_name == 'repository_dispatch' && 'release-all'
33
|| github.event_name }}
34
tag-name: ${{ github.ref_name }}
35
secrets:
0 commit comments