Reworked to use a custom token.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 38s

This commit is contained in:
2023-11-19 21:55:08 +01:00
parent 79f76b65f8
commit 1fd23b6ede
3 changed files with 33 additions and 33 deletions

View File

@ -1,8 +1,8 @@
name: Create PR if not exists
description: Creates a pull request for a branch if it does not already exist
inputs:
github_token:
description: GitHub token for authentication
token:
description: Token for authentication. Github Token will not work.
required: false
branch:
description: Branch for which to create the PR