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
|
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: |
|
||||||
|
Reference in New Issue
Block a user