CI: print actor
This commit is contained in:
parent
1446478de9
commit
1aa782b02e
1 changed files with 5 additions and 1 deletions
6
.github/workflows/deploy_pietervdvn.yml
vendored
6
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: print actor
|
||||||
|
shell: bash
|
||||||
|
run: echo ${{ github.actor }}
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@ -23,7 +27,7 @@ jobs:
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: npm ci
|
run: npm ci
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: create generated dir
|
- name: create generated dir
|
||||||
run: mkdir ./assets/generated
|
run: mkdir ./assets/generated
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue