Figure out my actor

This commit is contained in:
Marquis Kurt 2019-12-18 13:55:32 -05:00 committed by GitHub
parent c9fb045e4f
commit d49449c2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: Show github.actor
run: echo $actor
env:
actor: ${{ github.actor }}
- name: Run pre-build setup
if: github.actor == 'software@marquiskurt.net'
run: |