fix: replace github.sha with gitea.sha in CI workflow #23
Reference in New Issue
Block a user
Delete Branch "fix/gitea-sha-ci-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
${{ github.sha }}with${{ gitea.sha }}in.gitea/workflows/build.yamlgithub.*context references remain in the workflow fileTest plan
20260326120000-a1b2c3d)Set image tagstep without errorsCloses leeworks-agents/gitea-mobile#20
Generated with Claude Code
The Gitea Actions workflow used ${{ github.sha }} which is GitHub Actions syntax. In Gitea Actions the correct context variable is ${{ gitea.sha }}. This caused the image tag SHA component to be empty. Closes leeworks-agents/gitea-mobile#20 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>