We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0abbb commit f571759Copy full SHA for f571759
.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=${{ github.ref }} https://git.tcncloud.net/api/v4/projects/2193/trigger/pipeline
+ 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
0 commit comments