Merge pull request #12888 from spowelljr/fixPRName

Minor GitHub Actions fixes
pull/12897/head
Steven Powell 2021-11-08 11:19:23 -07:00 committed by GitHub
commit b2f038a373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -17,7 +17,8 @@ jobs:
with: with:
go-version: ${{env.GO_VERSION}} go-version: ${{env.GO_VERSION}}
stable: true stable: true
- name: Benchmark - name: time-to-k8s Benchmark
id: timeToK8sBenchmark
run: | run: |
./hack/benchmark/time-to-k8s/time-to-k8s.sh ./hack/benchmark/time-to-k8s/time-to-k8s.sh
echo "::set-output name=version::$(minikube version --short)" echo "::set-output name=version::$(minikube version --short)"
@ -25,12 +26,12 @@ jobs:
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v3
with: with:
token: ${{ secrets.MINIKUBE_BOT_PAT }} token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: add time-to-k8s benchmark for ${{ steps.gendocs.outputs.version }} commit-message: add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}
committer: minikube-bot <minikube-bot@google.com> committer: minikube-bot <minikube-bot@google.com>
author: minikube-bot <minikube-bot@google.com> author: minikube-bot <minikube-bot@google.com>
branch: addTimeToK8s${{ steps.gendocs.outputs.version }} branch: addTimeToK8s${{ steps.timeToK8sBenchmark.outputs.version }}
push-to-fork: minikube-bot/minikube push-to-fork: minikube-bot/minikube
base: master base: master
delete-branch: true delete-branch: true
title: Add time-to-k8s benchmark for ${{ steps.gendocs.outputs.version }} title: Add time-to-k8s benchmark for ${{ steps.timeToK8sBenchmark.outputs.version }}
body: Updating time-to-k8s benchmark as part of the release process body: Updating time-to-k8s benchmark as part of the release process

View File

@ -26,7 +26,7 @@ jobs:
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v3
with: with:
token: ${{ secrets.MINIKUBE_BOT_PAT }} token: ${{ secrets.MINIKUBE_BOT_PAT }}
commit-message: bump golaint versions commit-message: bump golint versions
committer: minikube-bot <minikube-bot@google.com> committer: minikube-bot <minikube-bot@google.com>
author: minikube-bot <minikube-bot@google.com> author: minikube-bot <minikube-bot@google.com>
branch: auto_bump_golint_version branch: auto_bump_golint_version