Filled aout the maintenance yaml.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 30s

This commit is contained in:
Philipp Horstenkamp 2023-11-19 01:55:38 +01:00
parent ee9cda3fd2
commit 525a1de784
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -30,5 +30,9 @@ jobs:
- name: Run My Action - name: Run My Action
uses: ./ uses: ./
with: with:
branch: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
branch: my-branch
pr_title: My PR Title
pr_body: My PR Body
assignees: Philipp
reviewers: Philipp