mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
dump context
This commit is contained in:
@@ -27,7 +27,7 @@ runs:
|
|||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
- name: get latest tag sha
|
- name: get latest tag sha
|
||||||
id: tag-sha
|
id: tag-sha
|
||||||
uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@v1.29.0
|
uses: Alfresco/alfresco-build-tools/.github/actions/git-latest-tag@master
|
||||||
# CACHE
|
# CACHE
|
||||||
- name: Node cache
|
- name: Node cache
|
||||||
id: node-cache
|
id: node-cache
|
||||||
|
|||||||
@@ -113,6 +113,8 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs: [check-if-pr-is-approved]
|
needs: [check-if-pr-is-approved]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Dump context
|
||||||
|
uses: crazy-max/ghaction-dump-context@v1
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user