CI: print github actor on build

This commit is contained in:
Pieter Vander Vennet 2023-07-27 01:55:21 +02:00
parent 4a26563356
commit 1446478de9

View file

@ -10,6 +10,10 @@ runs:
cache: "npm"
cache-dependency-path: package-lock.json
- name: print actor
shell: bash
run: echo ${{ github.actor }}
- name: install deps
run: npm ci
shell: bash