Skip to content

Commit

Permalink
Use badge-action 2.0.0 (#24)
Browse files Browse the repository at this point in the history
* Use badge-action 2.0.0

* Fix JS run name

* Format code with standardjs and prettier

* Use badge-action 2.0.1

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
emibcn and deepsource-autofix[bot] committed Dec 9, 2022
1 parent 402bc57 commit 6780983
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Use the output from the `coverage` step
- name: Generate the badge SVG image
uses: emibcn/badge-action@v1.2.4
uses: emibcn/badge-action@v2.0.1
id: badge
with:
label: 'Test coverage'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ outputs:
description: 'The badge SVG contents'
runs:
using: 'node16'
main: 'dist/badge-action.modern.mjs'
main: 'dist/badge-action.modern.js'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "badge-action",
"version": "2.0.0",
"version": "2.0.1",
"description": "Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)",
"source": "index.js",
"main": "dist/badge-action.modern.mjs",
"main": "dist/badge-action.modern.js",
"repository": "https://github.com/emibcn/badge-action",
"author": "github.com/emibcn",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 6780983

Please sign in to comment.