From 4fce16261ba12abc3e441238c92fa0d2a0c4f60d Mon Sep 17 00:00:00 2001 From: LoganAyers3461 <94030608+LoganAyers3461@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:35:48 -0400 Subject: [PATCH] bump version to v6.1.0, set base to main --- .github/workflows/auto-create-robot-profile.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-create-robot-profile.yml b/.github/workflows/auto-create-robot-profile.yml index 08337eb9..5397dd7d 100644 --- a/.github/workflows/auto-create-robot-profile.yml +++ b/.github/workflows/auto-create-robot-profile.yml @@ -46,10 +46,11 @@ jobs: - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v6.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Automatically Create Robot Profile title: Create a robot profile for ${{ steps.date.outputs.date }} branch: robot-profile-${{ steps.date.outputs.date }} + base: main