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 5e3428b commit b15ce2bCopy full SHA for b15ce2b
.github/workflows/buf-push.yaml
@@ -17,7 +17,7 @@ jobs:
17
token: ${{ secrets.BUF_TOKEN }}
18
# lint: ${{ github.event_name == 'push' }}
19
format: ${{ github.event_name == 'push' }}
20
- breaking: ${{ github.event_name == 'push' }}
+ # 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
0 commit comments