Change hardcoded branch name

This commit is contained in:
Victor Timofei 2021-12-30 16:22:19 +02:00
parent 8dcaf082db
commit 5a7faf3608
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ spec:
# Replace with path to the JSON resource you want, based on the Git provider that you're using (e.g. for AzureDevOps: resource.repository.remoteUrl)
value: $(body.repository.url)
- name: git-app-repo-revision
value: master
value: $(body.repository.default_branch)
---