Allow multiple vars to be embedded.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 1s
This commit is contained in:
parent
6be8161ff4
commit
e48337d6ef
3 changed files with 19 additions and 10 deletions
|
|
@ -4,6 +4,10 @@ on:
|
|||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
env:
|
||||
MB_AUTOEXEC_STARTUP_NOTE: ${{vars.GITHUB_WORKFLOW}}
|
||||
MB_AUTOEXEC_EMBED_USER: GITHUB_ACTOR
|
||||
MB_AUTOEXEC_EMBED_VARS: GITHUB_EVENT_NAME GITHUB_REF_NAME GITHUB_REF_TYPE GITHUB_REPOSITORY GITHUB_REPOSITORY_OWNER
|
||||
jobs:
|
||||
Test-Asserts:
|
||||
runs-on: self-hosted
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue