Reworked the Title a bit.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 41s

This commit is contained in:
2023-11-19 23:15:25 +01:00
parent d1934c9278
commit d33ab23e44
5 changed files with 13 additions and 12 deletions

View File

@ -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