feat: add folder support for workflows (fixes #70)
This commit is contained in:
25
workflows/Bitbucket/0999_Bitbucket_Automate_Triggered.json
Normal file
25
workflows/Bitbucket/0999_Bitbucket_Automate_Triggered.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Bitbucket Trigger",
|
||||
"type": "n8n-nodes-base.bitbucketTrigger",
|
||||
"position": [
|
||||
880,
|
||||
390
|
||||
],
|
||||
"webhookId": "97ca8044-5835-4547-801d-c27dd7f10c2d",
|
||||
"parameters": {
|
||||
"events": [
|
||||
"repo:push"
|
||||
],
|
||||
"resource": "repository",
|
||||
"repository": "test"
|
||||
},
|
||||
"credentials": {
|
||||
"bitbucketApi": "bitbucket_creds"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user