Skip to content

Commit

Permalink
chore: Pin tag instead of commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 12, 2020
1 parent 70e81e4 commit 91c48da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ jobs:
path: coverage

- name: Upload test coverage to Coveralls
uses: coverallsapp/github-action@832e70bcbe5b5814e14e09a4d4239eeb4dd8ca3b # v1.0.1
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true

- name: Coveralls Finished
uses: coverallsapp/github-action@832e70bcbe5b5814e14e09a4d4239eeb4dd8ca3b # v1.0.1
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 91c48da

Please sign in to comment.