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:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: print actor
|
||||
shell: bash
|
||||
run: echo ${{ github.actor }}
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
@ -23,7 +27,7 @@ jobs:
|
|||
- name: install deps
|
||||
run: npm ci
|
||||
shell: bash
|
||||
|
||||
|
||||
- name: create generated dir
|
||||
run: mkdir ./assets/generated
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue