diff --git a/.github/workflows/time-to-k8s.yml b/.github/workflows/time-to-k8s.yml index c3896e6c31..b47c03cc3d 100644 --- a/.github/workflows/time-to-k8s.yml +++ b/.github/workflows/time-to-k8s.yml @@ -17,7 +17,8 @@ jobs: with: go-version: ${{env.GO_VERSION}} stable: true - - name: Benchmark + - name: time-to-k8s Benchmark + id: timeToK8sBenchmark run: | ./hack/benchmark/time-to-k8s/time-to-k8s.sh echo "::set-output name=version::$(minikube version --short)" @@ -25,12 +26,12 @@ jobs: uses: peter-evans/create-pull-request@v3 with: 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 author: minikube-bot - branch: addTimeToK8s${{ steps.gendocs.outputs.version }} + branch: addTimeToK8s${{ steps.timeToK8sBenchmark.outputs.version }} push-to-fork: minikube-bot/minikube base: master 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 diff --git a/.github/workflows/update-golint-version.yml b/.github/workflows/update-golint-version.yml index ae256bed7f..9f80764d2d 100644 --- a/.github/workflows/update-golint-version.yml +++ b/.github/workflows/update-golint-version.yml @@ -26,7 +26,7 @@ jobs: uses: peter-evans/create-pull-request@v3 with: token: ${{ secrets.MINIKUBE_BOT_PAT }} - commit-message: bump golaint versions + commit-message: bump golint versions committer: minikube-bot author: minikube-bot branch: auto_bump_golint_version