fix(release): fix Actions URLs #302

Merged
luke merged 1 commits from fix/release into main 2025-01-17 00:36:26 +01:00
Showing only changes of commit f2a57fe10d - Show all commits

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 }}