We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571759 commit 9d257c2Copy full SHA for 9d257c2
.github/workflows/buf-push.yaml
@@ -20,5 +20,5 @@ jobs:
20
breaking: ${{ github.event_name == 'push' }}
21
- uses: enflo/curl-action@master
22
with:
23
- curl: -X POST --fail -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master -F "variables[REMOTE_REF]=${{ github.ref }}" https://git.tcncloud.net/api/v4/projects/2193/trigger/pipeline
24
-
+ curl: -X POST --fail -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master --form "variables[REMOTE_REF]=${{ github.ref }}" https://git.tcncloud.net/api/v4/projects/2193/trigger/pipeline
+
0 commit comments