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