Update URLs from code.flowmade.one to git.flowmade.one
Migrate all action files to use the new Gitea server URL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -42,8 +42,8 @@ runs:
|
||||
|
||||
# Configure git and create tag
|
||||
git config user.name forgejo-actions
|
||||
git config user.email forgejo-actions@code.flowmade.one
|
||||
git config user.email forgejo-actions@git.flowmade.one
|
||||
git tag "$NEXT_VERSION"
|
||||
|
||||
# Push tag using token
|
||||
git push "https://oauth2:${{ inputs.token }}@code.flowmade.one/${{ github.repository }}.git" "$NEXT_VERSION"
|
||||
git push "https://oauth2:${{ inputs.token }}@git.flowmade.one/${{ github.repository }}.git" "$NEXT_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user