Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Oct 10, 2023
1 parent 899f929 commit 271bc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-matrix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Test Variables
shell: pwsh
run: |
run: |
Write-Host "Running as: ${{github.actor}}"
- name: Dispatch Matrix Testing Job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-matrix-test-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Test Variables
shell: pwsh
run: |
run: |
Write-Host "Running as: ${{github.actor}}"
$actor = "${{github.actor}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-release-performance-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Test Variables
shell: pwsh
run: |
run: |
Write-Host "Running as: ${{github.actor}}"
$actor = "${{github.actor}}"
Expand Down

0 comments on commit 271bc60

Please sign in to comment.