diff options
author | 2023-07-14 09:39:37 +0100 | |
---|---|---|
committer | 2023-07-14 09:39:37 +0100 | |
commit | 079c9e819d07a7e725562afe54dba3b894b7d01c (patch) | |
tree | ede48f38372b22dab628ebdb93e32661d7aae37b | |
parent | Merge pull request #1025 from python-discord/dependabot/pip/ruff-0.0.278 (diff) | |
parent | Bump coverallsapp/github-action from 2.2.0 to 2.2.1 (diff) |
Merge pull request #1030 from python-discord/dependabot/github_actions/coverallsapp/github-action-2.2.1
Bump coverallsapp/github-action from 2.2.0 to 2.2.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 d1b67a33..6c94fd13 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -45,7 +45,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 |