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

Commit ee61585

Browse files
committed
🚀 v2.1.1
1 parent f14c054 commit ee61585

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

dist/index.js

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

package-lock.json

Lines changed: 2 additions & 2 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.1.0",
3+
"version": "2.1.1",
44
"description": "Action to create a CSV or Markdown report of GitHub Actions used",
55
"keywords": [],
66
"author": {

readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2.3.4
3131

32-
- uses: ActionsDesk/report-action-usage@v2.1.0
32+
- uses: ActionsDesk/report-action-usage@v2.1.1
3333
id: action-uses
3434
with:
3535
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v2.3.4
8585

86-
- uses: ActionsDesk/report-action-usage@v2.1.0
86+
- uses: ActionsDesk/report-action-usage@v2.1.1
8787
with:
8888
token: ${{ secrets.ENTERPRISE_ADMIN_TOKEN }}
8989
enterprise: ${{ github.event.inputs.enterprise }}
@@ -149,15 +149,15 @@ org2 ,repo1 ,.github/workflows/python-test.yml ,actions/setup-python@v2
149149
<details>
150150
<summary><strong>Rendered</strong></summary>
151151

152-
owner | repo | workflow | action
153-
----- | ----- | ----- | -----
154-
org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/checkout@v2.3.4](https://github.com/actions/checkout)
155-
org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/setup-node@v2.2.0](https://github.com/actions/setup-node)
156-
org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/analyze@v1](https://github.com/github/codeql-action)
157-
org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/autobuild@v1](https://github.com/github/codeql-action)
158-
org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/init@v1](https://github.com/github/codeql-action)
159-
org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/checkout@v2](https://github.com/actions/checkout)
160-
org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/setup-python@v2](https://github.com/actions/setup-python)
152+
| owner | repo | workflow | action |
153+
| ----- | ----- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
154+
| org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/checkout@v2.3.4](https://github.com/actions/checkout) |
155+
| org1 | repo1 | [.github/workflows/test.yml](https://github.com/org1/repo1/blob/HEAD/.github/workflows/test.yml) | [actions/setup-node@v2.2.0](https://github.com/actions/setup-node) |
156+
| org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/analyze@v1](https://github.com/github/codeql-action) |
157+
| org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/autobuild@v1](https://github.com/github/codeql-action) |
158+
| org1 | repo2 | [.github/workflows/codeql-analysis.yml](https://github.com/org1/repo2/blob/HEAD/.github/workflows/codeql-analysis.yml) | [github/codeql-action/init@v1](https://github.com/github/codeql-action) |
159+
| org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/checkout@v2](https://github.com/actions/checkout) |
160+
| org2 | repo1 | [.github/workflows/python-test.yml](https://github.com/org2/repo1/blob/HEAD/.github/workflows/python-test.yml) | [actions/setup-python@v2](https://github.com/actions/setup-python) |
161161

162162
</details>
163163

0 commit comments

Comments
 (0)