File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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 : ./
Original file line number Diff line number Diff line change 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+
35This action extends ` actions/github-script ` and makes it easy to quickly write
46a script in your workflow that uses the GitHub API and the workflow run context
57then posts comment to Pull Request and GitHub Summary.
You can’t perform that action at this time.
0 commit comments