Skip to content

Commit 19bc037

Browse files
committed
🚀 v1.2.0
1 parent 4bc0221 commit 19bc037

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "github-actions-details-action",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Collect and comment with details about GitHub Actions on PRs",
55
"keywords": [
66
"github-actions",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: 14.x
3434

3535
- name: Add GitHub Action Details from PR
36-
uses: ActionsDesk/github-actions-details-action@v1.0.1
36+
uses: ActionsDesk/github-actions-details-action@v1.2.0
3737
with:
3838
search_token: ${{ secrets.SEARCH_TOKEN }}
3939
# same as defined under `on.pull_requests.paths`

0 commit comments

Comments
 (0)