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
|
||||
- name: get latest 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
|
||||
- name: Node cache
|
||||
id: node-cache
|
||||
|
||||
@@ -113,6 +113,8 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
needs: [check-if-pr-is-approved]
|
||||
steps:
|
||||
- name: Dump context
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user