diff options
author | 2023-04-20 00:02:54 +0200 | |
---|---|---|
committer | 2023-04-20 00:02:54 +0200 | |
commit | 22eeba8585198b85c09324acf8f40c7629c8308c (patch) | |
tree | b8b8eacd234490aa773a17e967e757fcd7416610 | |
parent | update rule 5 (#943) (diff) | |
parent | Bump coverallsapp/github-action from 2.1.0 to 2.1.1 (diff) |
Merge pull request #945 from python-discord/dependabot/github_actions/coverallsapp/github-action-2.1.1
Bump coverallsapp/github-action from 2.1.0 to 2.1.1
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 45c733b2..a5fa71b9 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -54,7 +54,7 @@ jobs: # This step will publish the coverage reports coveralls.io and # link the report to the commit - name: Publish Coverage Report - uses: coverallsapp/[email protected] + uses: coverallsapp/[email protected] with: github-token: ${{ secrets.GITHUB_TOKEN }} file: ./coverage.lcov |