fix(release): fix Actions URLs
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Has been cancelled

This commit is contained in:
Luke Tainton 2025-01-16 23:36:04 +00:00
parent 03dd32b578
commit f2a57fe10d
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -7,7 +7,7 @@ on:
jobs:
test:
name: Test
uses: ${{ gitea.server_url }}/${{ gitea.repository }}/.gitea/workflows/ci.yml@main
uses: https://git.tainton.uk/public/pypilot/.gitea/workflows/ci.yml@main
with:
python-version: 3.13
secrets:
@ -17,7 +17,7 @@ jobs:
create_release:
name: Create Release
needs: test
uses: ${{ gitea.server_url }}/actions/gha-workflows/.gitea/workflows/create-release.yml@main
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/create-release.yml@main
secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}