mirror of
https://github.com/Ed94/refactor.git
synced 2024-12-21 22:44:45 -08:00
Workflow script update (attempt to use env vars)
This commit is contained in:
parent
e301b400ba
commit
063a3a972c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
||||
if (-not [string]::IsNullOrEmpty($type)) { $args += $type }
|
||||
if (-not [string]::IsNullOrEmpty($test)) { $args += $test }
|
||||
|
||||
& .\scripts\build.ci.ps1 debug test
|
||||
Invoke-Expression "& .\scripts\build.ci.ps1 $args"
|
||||
|
||||
- name: Get Short Commit SHA
|
||||
shell: pwsh
|
||||
|
Loading…
Reference in New Issue
Block a user