Skip to content

Commit

Permalink
Merge pull request #67 from praw-dev/fix_actions
Browse files Browse the repository at this point in the history
Fix complete_coveralls action
  • Loading branch information
LilSpazJoekp committed Feb 21, 2021
2 parents a78ae2a + 94c3702 commit a496b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -3,7 +3,7 @@ jobs:
needs: test-multi-python
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@57daa114
- uses: coverallsapp/github-action@57daa114ba54fd8e1c8563e8027325c0bf2f5e80
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit a496b26

Please sign in to comment.