diff --git a/.gitea/workflows/handy-update.yml b/.gitea/workflows/handy-update.yml index 656ccf7..ae45eed 100644 --- a/.gitea/workflows/handy-update.yml +++ b/.gitea/workflows/handy-update.yml @@ -95,7 +95,7 @@ jobs: run: | set -euo pipefail - api="${GITHUB_SERVER_URL}/api/v1/repos/${GITHUB_REPOSITORY}" + api="https://gitea.unrail.xyz/api/v1/repos/thomas/nixos-config" branch="bot/handy-${{ steps.update.outputs.version }}" existing=$(curl -fsS \ @@ -116,7 +116,7 @@ jobs: { \"title\": \"update handy to ${{ steps.update.outputs.version }}\", \"head\": \"${branch}\", - \"base\": \"${GITHUB_REF_NAME}\", + \"base\": \"main\", \"body\": \"automated update of handy appimage version and hash\" } JSON diff --git a/.gitea/workflows/helium-update.yml b/.gitea/workflows/helium-update.yml index a952936..486aa3f 100644 --- a/.gitea/workflows/helium-update.yml +++ b/.gitea/workflows/helium-update.yml @@ -96,7 +96,7 @@ jobs: run: | set -euo pipefail - api="${GITHUB_SERVER_URL}/api/v1/repos/${GITHUB_REPOSITORY}" + api="https://gitea.unrail.xyz/api/v1/repos/thomas/nixos-config" branch="bot/helium-${{ steps.update.outputs.version }}" # Skip if PR for this branch already exists @@ -118,7 +118,7 @@ jobs: { \"title\": \"update helium to ${{ steps.update.outputs.version }}\", \"head\": \"${branch}\", - \"base\": \"${GITHUB_REF_NAME}\", + \"base\": \"main\", \"body\": \"automated update of helium appimage version and hash\" } JSON diff --git a/.gitea/workflows/zen-browser-update.yml b/.gitea/workflows/zen-browser-update.yml index e993444..f6048eb 100644 --- a/.gitea/workflows/zen-browser-update.yml +++ b/.gitea/workflows/zen-browser-update.yml @@ -94,7 +94,7 @@ jobs: run: | set -euo pipefail - api="${GITHUB_SERVER_URL}/api/v1/repos/${GITHUB_REPOSITORY}" + api="https://gitea.unrail.xyz/api/v1/repos/thomas/nixos-config" branch="bot/zen-browser-${{ steps.update.outputs.version }}" existing=$(curl -fsS \ @@ -115,7 +115,7 @@ jobs: { \"title\": \"update zen browser to ${{ steps.update.outputs.version }}\", \"head\": \"${branch}\", - \"base\": \"${GITHUB_REF_NAME}\", + \"base\": \"main\", \"body\": \"automated update of zen browser appimage version and hash\" } JSON