diff --git a/share/gitea-tekton-org/auto-ci.tf b/share/gitea-tekton-org/auto-ci.tf index 5ab29b5..baaeb10 100644 --- a/share/gitea-tekton-org/auto-ci.tf +++ b/share/gitea-tekton-org/auto-ci.tf @@ -115,9 +115,6 @@ resource "kubectl_manifest" "ci-trigger-push" { - name: branch-name description: The git branch default: main - - name: branch-name - description: The git branch - default: main - name: generate-name resourcetemplates: - apiVersion: tekton.dev/v1beta1 diff --git a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml index 3266799..7282d37 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Pipeline_auto-ci-push.yaml @@ -107,6 +107,8 @@ spec: value: $(params.git-url) - name: revision value: $(params.git-revision) + - name: branch + value: $(params.branch-name) - name: depth value: 0 taskRef: