Created a first draft of this action. #14

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:21:49 +01:00
803 changed files with 54133 additions and 0 deletions
Showing only changes of commit e637c2c528 - Show all commits

View File

@ -23,6 +23,18 @@ jobs:
branch: update/pre-commit-hooks branch: update/pre-commit-hooks
push_options: --force push_options: --force
create_branch: true create_branch: true
- run: |
curl -X 'POST' \
'https://git.horstenkamp.eu/api/v1/repos/Philipp/gitea-act-create-pr/pulls' \
-H 'accept: application/json' \
-H 'authorization: Basic cGhpbGlwcDphc2ZqSMKnMzg5SjhmSzM=' \
-H 'Content-Type: application/json' \
-d '{
"base": "main",
"body": "string",
"head": "update/pre-commit-hooks",
"title": "Some title"
}'
- name: My PR action - name: My PR action
uses: ./ uses: ./
with: with: