Skip to content

Commit ed8d889

Browse files
authored
Merge branch 'main' into ci_reporting
2 parents c1874fa + 25d6f9b commit ed8d889

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
lint_result: ${{ steps.lint-outcome.outcome }}
2020
steps:
2121
- name: Checkout Code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Validate action.yml Metadata
2525
id: validate-action-yml
@@ -36,7 +36,7 @@ jobs:
3636
return "✅ Test Case 1 - Composite Action - Success Path with Defaults.";
3737
3838
- name: Upload Embedded JavaScript
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v5
4040
if: always()
4141
with:
4242
name: embedded-js
@@ -108,7 +108,7 @@ jobs:
108108
test_result: ${{ steps.negative-tests-outcome.outcome }}
109109
steps:
110110
- name: Checkout Code
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v5
112112

113113
- name: Test Case 4 - Composite Action - No Return
114114
uses: ./

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# aguilita1/github-script-post-comment
22

3+
[![Continuous Integration](https://github.com/aguilita1/github-script-post-comment/actions/workflows/ci.yml/badge.svg)](https://github.com/aguilita1/github-script-post-comment/actions/workflows/ci.yml)
4+
35
This action extends `actions/github-script` and makes it easy to quickly write
46
a script in your workflow that uses the GitHub API and the workflow run context
57
then posts comment to Pull Request and GitHub Summary.

0 commit comments

Comments
 (0)