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 99c58c106b - Show all commits

View File

@@ -18,9 +18,7 @@ jobs:
changed: ${{ steps.set.outputs.changed }}
steps:
- uses: actions/checkout@v4
- name: Detect changed packs
id: set
run: |
PACKS=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^assets/' | cut -d '/' -f2 | sort -u | jq -R -s -c 'split("\n")[:-1]')
echo "changed=$PACKS" >> $GITHUB_OUTPUT
git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '^assets/' | cut -d '/' -f2 | sort -u | jq -R -s -c 'split("\n")[:-1]'