Skip to content

Commit ed6614d

Browse files
feat: updated index file path (shubhaamgupta11#8)
* updated example * feat: updated index file path
1 parent dafd1e8 commit ed6614d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/example.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Monitor GitHub Repo
22

33
on:
4-
schedule:
5-
- cron: "0 * * * *" # Runs every hour
64
workflow_dispatch:
7-
85
jobs:
96
run-notifier:
107
runs-on: ubuntu-latest

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ inputs:
4444

4545

4646
runs:
47-
using: node16
48-
main: index.js
47+
using: node18
48+
main: action/index.js
4949

5050
outputs:
5151
result:

0 commit comments

Comments
 (0)