diff --git a/.gitea/workflows/auto_pr.yaml b/.gitea/workflows/auto_pr.yaml index c8bf557..29d5c23 100644 --- a/.gitea/workflows/auto_pr.yaml +++ b/.gitea/workflows/auto_pr.yaml @@ -41,10 +41,9 @@ jobs: with: base_url: https://git.fjla.uk token: ${{ secrets.OWLBOT_KEY }} - commit-branch: sort-merge-${{ github.run_id }} + commit-branch: ${{ github.ref_name }} base: main title: 'Automated PIS Update: Robotic Owl' - delete-branch: true body: | This pull request was automatically generated by the Robotic Owl. diff --git a/pis/test.txt b/pis/test.txt new file mode 100644 index 0000000..03d28da --- /dev/null +++ b/pis/test.txt @@ -0,0 +1,2 @@ +SImple testfile which should be deleted by action for testing +! \ No newline at end of file