Skip to content

Commit 7d90fe8

Browse files
committed
GH Actions: used a named branch for coverallsapp
The `coverallsapp/github-action` action runner has (finally) created a named branch for the 1.x series, so let's use that. Ref: coverallsapp/github-action#100
1 parent 8227702 commit 7d90fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- name: Coveralls Finished
158-
uses: coverallsapp/github-action@master
158+
uses: coverallsapp/github-action@v1
159159
with:
160160
github-token: ${{ secrets.GITHUB_TOKEN }}
161161
parallel-finished: true

0 commit comments

Comments
 (0)