From 80cd34998b4ca86701b39411aa25f85721adb532 Mon Sep 17 00:00:00 2001 From: Rebecca Tolmach <10993987+rmtolmach@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:18:23 -0400 Subject: [PATCH] remove deprecated 'branch' option (#16301) * remove deprecated 'branch' option * try new_branch instead --- .github/workflows/deploy-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-template.yml b/.github/workflows/deploy-template.yml index 8764f7852d0..be660bae3e5 100644 --- a/.github/workflows/deploy-template.yml +++ b/.github/workflows/deploy-template.yml @@ -90,7 +90,7 @@ jobs: - name: Add and Commit file uses: EndBug/add-and-commit@v9 with: - branch: main + new_branch: main add: "*" cwd: vsp-infra-application-manifests/apps author_name: va-vsp-bot