Update action to better handle PR creation
All checks were successful
Generate Release / validate_and_PR (push) Successful in 9s
All checks were successful
Generate Release / validate_and_PR (push) Successful in 9s
This commit is contained in:
@@ -41,10 +41,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
base_url: https://git.fjla.uk
|
base_url: https://git.fjla.uk
|
||||||
token: ${{ secrets.OWLBOT_KEY }}
|
token: ${{ secrets.OWLBOT_KEY }}
|
||||||
commit-branch: sort-merge-${{ github.run_id }}
|
commit-branch: ${{ github.ref_name }}
|
||||||
base: main
|
base: main
|
||||||
title: 'Automated PIS Update: Robotic Owl'
|
title: 'Automated PIS Update: Robotic Owl'
|
||||||
delete-branch: true
|
|
||||||
body: |
|
body: |
|
||||||
This pull request was automatically generated by the Robotic Owl.
|
This pull request was automatically generated by the Robotic Owl.
|
||||||
|
|
||||||
|
|||||||
2
pis/test.txt
Normal file
2
pis/test.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
SImple testfile which should be deleted by action for testing
|
||||||
|
!
|
||||||
Reference in New Issue
Block a user