From 75af4887841366c049fb64725348561bd077fb1f Mon Sep 17 00:00:00 2001 From: initializ-bot Date: Tue, 16 Jul 2024 13:35:54 +0000 Subject: [PATCH 1/3] 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 35455ac..bb7fcf8 100644 --- a/.github/workflows/update-go-mod-version.yml +++ b/.github/workflows/update-go-mod-version.yml @@ -27,7 +27,7 @@ jobs: id: current-go-version uses: initializ-buildpacks/github-config/actions/update-go-mod-version@main with: - toolchain-version: ${{ steps.setup-go.outputs.go-version }} + go-version: ${{ steps.setup-go.outputs.go-version }} - name: Go mod tidy run: | #!/usr/bin/env bash @@ -54,7 +54,7 @@ jobs: id: commit uses: initializ-buildpacks/github-config/actions/pull-request/create-commit@main with: - message: "Updates go mod toolchain version to ${{ steps.setup-go.outputs.go-version }}" + message: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}" pathspec: "." keyid: ${{ secrets.INITIALIZ_BOT_GPG_SIGNING_KEY_ID }} key: ${{ secrets.INITIALIZ_BOT_GPG_SIGNING_KEY }} @@ -70,7 +70,7 @@ jobs: uses: initializ-buildpacks/github-config/actions/pull-request/open@main with: token: ${{ secrets.PAT }} - title: "Updates go mod toolchain version to ${{ steps.setup-go.outputs.go-version }}" + title: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}" branch: automation/go-mod-update/update-main failure: From 6f502e86fc8511a2189900ea537566b836d3fce5 Mon Sep 17 00:00:00 2001 From: initializ-bot Date: Thu, 18 Jul 2024 13:35:23 +0000 Subject: [PATCH 2/3] Updating github-config --- scripts/.util/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.util/tools.json b/scripts/.util/tools.json index 080b0e2..024a05f 100644 --- a/scripts/.util/tools.json +++ b/scripts/.util/tools.json @@ -1,5 +1,5 @@ { "createpackage": "v1.70.0", "jam": "v2.7.2", - "pack": "v0.34.2" + "pack": "v0.35.0" } From e1c820733db25ff17cbed5a3e148b589a3b9c981 Mon Sep 17 00:00:00 2001 From: initializ-bot Date: Fri, 26 Jul 2024 13:36:00 +0000 Subject: [PATCH 3/3] 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 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