Skip to content

Commit 4b7c177

Browse files
authored
Update ci.yml
1 parent 92a2720 commit 4b7c177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
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
@@ -21,7 +21,7 @@ jobs:
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
@@ -37,7 +37,7 @@ jobs:
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

0 commit comments

Comments
 (0)