fix(cicd): Indique a checkout de prendre plusieurs commits
All checks were successful
Wallset Pipeline / detect-changes (pull_request) Successful in 16s
All checks were successful
Wallset Pipeline / detect-changes (pull_request) Successful in 16s
This commit is contained in:
@@ -9,7 +9,6 @@ env:
|
||||
ENTRY_FOLDER: assets
|
||||
PACKAGE_NAME: "" # <- à adapter
|
||||
RELEASE_VERSION: v${{ github.run_number }}
|
||||
PACKAGE_REGISTRY_URL: https://your.gitea.instance/api/packages/...
|
||||
|
||||
jobs:
|
||||
detect-changes:
|
||||
@@ -20,11 +19,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
# - name: Dump GitHub context
|
||||
# env:
|
||||
# GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
# run: echo "$GITHUB_CONTEXT"
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
|
||||
- name: Detect changed packs
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user