File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 runs-on : windows-latest
66 steps :
77 - name : set test variable
8- uses : myci-actions/export-env-var-powershell@master
8+ uses : myci-actions/export-env-var-powershell@main
99 with :
1010 name : TEST_VAR
1111 value : initial_value
2121 shell : powershell
2222 if : runner.os == 'Windows'
2323 - name : append value to test variable
24- uses : myci-actions/export-env-var-powershell@master
24+ uses : myci-actions/export-env-var-powershell@main
2525 with :
2626 name : TEST_VAR
2727 value : $env:TEST_VAR;appended_value
3737 shell : powershell
3838 if : runner.os == 'Windows'
3939 - name : append command output to test variable
40- uses : myci-actions/export-env-var-powershell@master
40+ uses : myci-actions/export-env-var-powershell@main
4141 with :
4242 name : TEST_VAR
4343 value : $env:TEST_VAR;$env:PROCESSOR_ARCHITECTURE
You can’t perform that action at this time.
0 commit comments