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: jobs:
test: test:
name: 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: with:
python-version: 3.13 python-version: 3.13
secrets: secrets:
@ -17,7 +17,7 @@ jobs:
create_release: create_release:
name: Create Release name: Create Release
needs: test 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: secrets:
ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }} ACTIONS_TOKEN: ${{ secrets.ACTIONS_TOKEN }}