Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 42e06d2

Browse files
style: Remove trailing whitespace from test_action
1 parent 4971518 commit 42e06d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:
13-
ref: ${{github.event.pull_request.head.ref}}
13+
ref: ${{github.event.pull_request.head.ref}}
1414
repository: ${{github.event.pull_request.head.repo.full_name}}
1515
fetch-depth: 0 # ensures that tags are fetched, seems to be needed
1616
- name: Capture commit id
@@ -34,7 +34,7 @@ jobs:
3434
push: false
3535
- uses: actions/checkout@v2
3636
with:
37-
ref: ${{github.event.pull_request.head.ref}}
37+
ref: ${{github.event.pull_request.head.ref}}
3838
repository: ${{github.event.pull_request.head.repo.full_name}}
3939
fetch-depth: 0 # ensures that tags are fetched, seems to be needed
4040
path: new_head

0 commit comments

Comments
 (0)