style: rename github to gitea for gitea actions
All checks were successful
Check / check (push) Successful in 52s

This commit is contained in:
2025-05-16 17:27:53 -04:00
parent 1d6b419a15
commit 632774d051
6 changed files with 68 additions and 29 deletions

View File

@ -37,9 +37,9 @@ jobs:
- name: Create Pull Request
env:
URL: ${{ vars.URL }}
PAT: ${{ secrets.PAT }}
run: |
URL="${{ gitea.server_url }}"
REPO_OWNER_SLASH_NAME="${{ gitea.repository }}"
if ! git ls-remote --exit-code origin update; then