diff options
author | 2024-05-10 20:40:08 +0200 | |
---|---|---|
committer | 2024-05-10 20:40:08 +0200 | |
commit | b41b58233fffbdd629288085f7a8ac915ee62662 (patch) | |
tree | ac4b63357b266975971627d5dce3d58db03db57d | |
parent | Merge pull request #1316 from python-discord/dependabot/pip/ruff-0.4.4 (diff) | |
parent | Bump coverallsapp/github-action from 2.2.3 to 2.3.0 (diff) |
Merge pull request #1314 from python-discord/dependabot/github_actions/coverallsapp/github-action-2.3.0
Bump coverallsapp/github-action from 2.2.3 to 2.3.0
-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 3963fe4d..70334100 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 |