refactor(#4): Créer une CI/CD pour Gitea #2

Open
Simon wants to merge 13 commits from split-gitea-gitlab into main
Showing only changes of commit f9fae12ae4 - Show all commits

View File

@@ -29,4 +29,4 @@ jobs:
- name: Detect changed packs - name: Detect changed packs
run: | run: |
git log HEAD~10 git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep '^assets/' | cut -d '/' -f2 | sort -u | jq -R -s -c 'split("\n")[:-1]'