Skip to content

Commit

Permalink
Merge pull request #13 from fwalzel/dev
Browse files Browse the repository at this point in the history
chore: updated coveralls.yml
  • Loading branch information
fwalzel committed Jan 4, 2024
2 parents 353d139 + 0dd2af7 commit b55dbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand All @@ -25,6 +25,6 @@ jobs:
run: sleep 5

- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit b55dbe5

Please sign in to comment.