Skip to content

Commit 39cc389

Browse files
committed
Remove trailing whitespace
1 parent 083451b commit 39cc389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dispatch-matrix-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Test Variables
1616
shell: pwsh
17-
run: |
17+
run: |
1818
Write-Host "Running as: ${{github.actor}}"
1919
2020
- name: Dispatch Matrix Testing Job

.github/workflows/dispatch-matrix-test-on-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Test Variables
1818
shell: pwsh
19-
run: |
19+
run: |
2020
Write-Host "Running as: ${{github.actor}}"
2121
2222
$actor = "${{github.actor}}"

.github/workflows/dispatch-release-performance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Test Variables
1717
shell: pwsh
18-
run: |
18+
run: |
1919
Write-Host "Running as: ${{github.actor}}"
2020
2121
$actor = "${{github.actor}}"

0 commit comments

Comments
 (0)