forked from MapComplete/MapComplete
CI: print github actor on build
This commit is contained in:
parent
4a26563356
commit
1446478de9
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ runs:
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
|
||||||
|
- name: print actor
|
||||||
|
shell: bash
|
||||||
|
run: echo ${{ github.actor }}
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: npm ci
|
run: npm ci
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue