push
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
Update CI/CD Pipeline / update (push) Successful in 1m15s

This commit is contained in:
philipp 2024-10-17 19:02:48 +02:00
parent ef90fd8f42
commit 8b9bc24324

View File

@ -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."}'