aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2023-04-20 00:02:54 +0200
committerGravatar GitHub <[email protected]>2023-04-20 00:02:54 +0200
commit22eeba8585198b85c09324acf8f40c7629c8308c (patch)
treeb8b8eacd234490aa773a17e967e757fcd7416610
parentupdate rule 5 (#943) (diff)
parentBump 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.yaml2
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