dump context

This commit is contained in:
Marco Carrozzo
2023-01-18 17:37:09 +01:00
parent 3505a4d2e3
commit 220b94bce7
+4 -1
View File
@@ -21,7 +21,10 @@ runs:
steps:
- name: Dump context
uses: crazy-max/ghaction-dump-context@v1
- run: exit 1
- run: |
echo ${{ github.ref_name }}
echo ${{ GITHUB_REF_NAME }}
exit 1
shell: bash
- name: install NPM
uses: actions/setup-node@v3