push
This commit is contained in:
parent
ef90fd8f42
commit
8b9bc24324
@ -2,7 +2,7 @@ name: Update CI/CD Pipeline
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # Runs the pipeline at the 39th minute of every hour
|
||||
- cron: '3 * * * *' # Runs the pipeline at the 39th minute of every hour
|
||||
|
||||
jobs:
|
||||
update:
|
||||
@ -35,9 +35,9 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
if: success()
|
||||
run: |
|
||||
echo "https://git.hofer.link/api/v1/repos/{owner}/{repo}/pulls"
|
||||
echo "https://git.hofer.link/api/v1/repos/philipp/risp/pulls"
|
||||
if [ -n "$(git log origin/main..HEAD)" ]; then
|
||||
curl -X POST "https://git.hofer.link/api/v1/repos/{owner}/{repo}/pulls" \
|
||||
curl -X POST "https://git.hofer.link/api/v1/repos/philipp/risp/pulls" \
|
||||
-H "Authorization: token $GITEATOKEN" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"title":"Update laws","head":"update-branch","base":"main","body":"Automated update of laws."}'
|
||||
|
Loading…
Reference in New Issue
Block a user