feat: migrate all workflows from GitHub Actions to Forgejo Actions #18
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
notarock/tuyauterie!18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "migration/forgejo-actions"
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?
Migration GitHub Actions → Forgejo Actions
Cette PR migre l'écosystème complet des workflows Tuyauterie de GitHub Actions vers Forgejo Actions.
Changements
.github/→.gitea/(workflows + composite actions).gitea/workflows/.gitea/actions/uses:paths mis à jour vers.gitea/actions/.github/→.gitea/Compatibilité Forgejo
✅ Tous les actions officiels (
actions/checkout,docker/*, etc.) supportés✅
core.setOutput(),$GITHUB_STEP_SUMMARY,$GITHUB_ENVsupportés✅ OIDC (
id-token: write) supporté⚠️
actions-js/push@masterà vérifier en productionPour les repos clients
Côté GitHub :
uses: notarock/tuyauterie/.github/workflows/tuyauterie.yml@mainCôté Forgejo :
uses: notarock/tuyauterie/.gitea/workflows/tuyauterie.yml@mainVoir MIGRATION.md pour la checklist complète de test.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.