diff --git a/.github/workflows/update-go-mod-version.yml b/.github/workflows/update-go-mod-version.yml index bb7fcf8..26ae0ee 100644 --- a/.github/workflows/update-go-mod-version.yml +++ b/.github/workflows/update-go-mod-version.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout PR Branch uses: initializ-buildpacks/github-config/actions/pull-request/checkout-branch@main with: - branch: automation/go-mod-update/update-main + branch: automations/go-mod-update/update-main - name: Setup Go id: setup-go uses: actions/setup-go@v5 @@ -63,7 +63,7 @@ jobs: if: ${{ steps.commit.outputs.commit_sha != '' }} uses: initializ-buildpacks/github-config/actions/pull-request/push-branch@main with: - branch: automation/go-mod-update/update-main + branch: automations/go-mod-update/update-main - name: Open Pull Request if: ${{ steps.commit.outputs.commit_sha != '' }} @@ -71,7 +71,7 @@ jobs: with: token: ${{ secrets.PAT }} title: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}" - branch: automation/go-mod-update/update-main + branch: automations/go-mod-update/update-main failure: name: Alert on Failure