Skip to content

Commit cc5eb99

Browse files
committed
Updating github-config
1 parent b765b07 commit cc5eb99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-go-mod-version.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: current-go-version
2828
uses: paketo-buildpacks/github-config/actions/update-go-mod-version@main
2929
with:
30-
toolchain-version: ${{ steps.setup-go.outputs.go-version }}
30+
go-version: ${{ steps.setup-go.outputs.go-version }}
3131
- name: Go mod tidy
3232
run: |
3333
#!/usr/bin/env bash
@@ -54,7 +54,7 @@ jobs:
5454
id: commit
5555
uses: paketo-buildpacks/github-config/actions/pull-request/create-commit@main
5656
with:
57-
message: "Updates go mod toolchain version to ${{ steps.setup-go.outputs.go-version }}"
57+
message: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}"
5858
pathspec: "."
5959
keyid: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY_ID }}
6060
key: ${{ secrets.PAKETO_BOT_GPG_SIGNING_KEY }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: paketo-buildpacks/github-config/actions/pull-request/open@main
7171
with:
7272
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
73-
title: "Updates go mod toolchain version to ${{ steps.setup-go.outputs.go-version }}"
73+
title: "Updates go mod version to ${{ steps.setup-go.outputs.go-version }}"
7474
branch: automation/go-mod-update/update-main
7575

7676
failure:

0 commit comments

Comments
 (0)