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:
@@ -23,7 +23,8 @@ runs:
|
|||||||
uses: crazy-max/ghaction-dump-context@v1
|
uses: crazy-max/ghaction-dump-context@v1
|
||||||
- run: |
|
- run: |
|
||||||
echo ${{ github.ref_name }}
|
echo ${{ github.ref_name }}
|
||||||
echo ${{ GITHUB_REF_NAME }}
|
echo ${{ env.GITHUB_REF_NAME }}
|
||||||
|
echo ${GITHUB_REF_NAME}
|
||||||
exit 1
|
exit 1
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: install NPM
|
- name: install NPM
|
||||||
|
|||||||
Reference in New Issue
Block a user