Reworked the Title a bit.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s
This commit is contained in:
@ -23,13 +23,14 @@ jobs:
|
||||
branch: update/pre-commit-hooks
|
||||
push_options: --force
|
||||
create_branch: true
|
||||
- name: My PR action
|
||||
- name: Generate Date
|
||||
run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
||||
- name: Create an PR action
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.REPO_TOKEN }}
|
||||
branch: update/pre-commit-hooks
|
||||
title: My PR Title
|
||||
# body: My PR Body
|
||||
title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }}
|
||||
body: Update to the pre-commit action.
|
||||
assignees: Philipp
|
||||
reviewers: Philipp
|
||||
labels: chore
|
||||
|
Reference in New Issue
Block a user