From 473927a959f8d9cb5bc861cbdc406dd2a316aba0 Mon Sep 17 00:00:00 2001 From: initializ-bot Date: Fri, 26 Jul 2024 17:27:39 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/update-go-mod-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-go-mod-version.yml b/.github/workflows/update-go-mod-version.yml index 9113503..0c3c83c 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