fix(cicd): Indique a checkout de prendre plusieurs commits
All checks were successful
Wallset Pipeline / detect-changes (pull_request) Successful in 16s

This commit is contained in:
2025-07-12 13:58:40 +02:00
parent fc2b32df32
commit b54f6025fc

View File

@@ -9,7 +9,6 @@ env:
ENTRY_FOLDER: assets ENTRY_FOLDER: assets
PACKAGE_NAME: "" # <- à adapter PACKAGE_NAME: "" # <- à adapter
RELEASE_VERSION: v${{ github.run_number }} RELEASE_VERSION: v${{ github.run_number }}
PACKAGE_REGISTRY_URL: https://your.gitea.instance/api/packages/...
jobs: jobs:
detect-changes: detect-changes:
@@ -20,11 +19,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
fetch-depth: 0
# - name: Dump GitHub context - name: Dump GitHub context
# env: env:
# GITHUB_CONTEXT: ${{ toJson(github) }} GITHUB_CONTEXT: ${{ toJson(github) }}
# run: echo "$GITHUB_CONTEXT" run: echo "$GITHUB_CONTEXT"
- name: Detect changed packs - name: Detect changed packs
run: | run: |