Skip to content

Commit c89b554

Browse files
committed
reverted debugging; added dependabot
1 parent c4d337c commit c89b554

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: '/'
9+
schedule:
10+
interval: 'weekly'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
post-target: github-step-summary
5959
script: |
6060
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."};
61+
return "✅ Test Case 2 - Composite Action - Success Path with github-step-summary.";
6262
6363
- name: Test Case 3 - Composite Action - Success Path with pull-request
6464
uses: ./

0 commit comments

Comments
 (0)