Added another small fix.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 30s

This commit is contained in:
Philipp Horstenkamp 2024-05-21 01:04:36 +02:00
parent 8e6af2b637
commit e9d5631ef6
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -38,7 +38,7 @@ jobs:
if: steps.auto-commit-action.outputs.changes_detected == 'true' if: steps.auto-commit-action.outputs.changes_detected == 'true'
uses: https://git.horstenkamp.eu/Philipp/gitea-act-create-pr@main uses: https://git.horstenkamp.eu/Philipp/gitea-act-create-pr@main
with: with:
token: ${{ secrets.REPO_TOKEN }} token: ${{ secrets.REPO_TOKEN_SERVER }}
branch: ${{ env.SPECIFIC_BRANCH }} branch: ${{ env.SPECIFIC_BRANCH }}
title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }} title: Updates to the pre-commit action created at ${{ env.CURRENT_DATE }}
body: Update to the pre-commit action. body: Update to the pre-commit action.