Compare commits

...

1 Commits

Author SHA1 Message Date
mika kuns
757a095c10 fix(ci): use full GitHub URL for actions/checkout
All checks were successful
CI / build (push) Successful in 12s
Release / release (push) Successful in 7s
Gitea Actions resolves bare action names against the local Gitea
instance by default. Using the full github.com URL makes the runner
pull the action from upstream.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 19:50:22 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
DOTNET_ROOT: /home/mika/.dotnet
steps:
- name: Checkout
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0

View File

@@ -14,7 +14,7 @@ jobs:
REPO: releases/ClaudeMailbox
steps:
- name: Checkout tag
uses: actions/checkout@v4
uses: https://github.com/actions/checkout@v4
with:
fetch-depth: 0