We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d337c commit c89b554Copy full SHA for c89b554
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'github-actions'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ - package-ecosystem: 'npm'
8
9
10
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
post-target: github-step-summary
59
script: |
60
console.log("✅ github-script-post-comment action executed in CI.");
61
- return {ID: 1, MESSAGE: "✅ Test Case 2 - Composite Action - Success Path with github-step-summary."};
+ return "✅ Test Case 2 - Composite Action - Success Path with github-step-summary.";
62
63
- name: Test Case 3 - Composite Action - Success Path with pull-request
64
uses: ./
0 commit comments