Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 6175137

Browse files
committed
🚀 v2.0.1
1 parent 103e0be commit 6175137

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "report-action-usage",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Action to create a CSV or Markdown report of GitHub Actions used",
55
"keywords": [],
66
"author": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 14.x
3535

36-
- uses: ActionsDesk/report-action-usage@main
36+
- uses: ActionsDesk/report-action-usage@v2.0.1
3737
id: action-uses
3838
with:
3939
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
node-version: 14.x
9393

94-
- uses: ActionsDesk/report-action-usage@main
94+
- uses: ActionsDesk/report-action-usage@v2.0.1
9595
with:
9696
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
9797
enterprise: ${{ github.event.inputs.enterprise }}

0 commit comments

Comments
 (0)