From 8b9bc243244dc9f8fc8e951ced44c640e1281784 Mon Sep 17 00:00:00 2001 From: philipp Date: Thu, 17 Oct 2024 19:02:48 +0200 Subject: [PATCH] push --- .gitea/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 3170ebb..2722945 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -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."}'