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.
1 parent 2270658 commit 5e3428bCopy full SHA for 5e3428b
.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 --form "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