Skip to content

Commit

Permalink
bump version to v6.1.0, set base to main
Browse files Browse the repository at this point in the history
  • Loading branch information
LoganAyers3461 authored Jun 27, 2024
1 parent d8a4f8b commit 4fce162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-create-robot-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4fce162

Please sign in to comment.