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 4a395dc commit 95abce7Copy full SHA for 95abce7
README.md
@@ -20,6 +20,7 @@ name: Update README
20
on:
21
schedule:
22
- cron: '*/30 * * * *'
23
+ workflow_dispatch:
24
25
jobs:
26
build:
dist/index.js
@@ -12646,7 +12646,7 @@ Toolkit.run(
12646
tools.exit.success("Updated ");
12647
},
12648
{
12649
- event: "schedule",
+ event: ["schedule", "workflow_dispatch"],
12650
secrets: ["GITHUB_TOKEN"],
12651
}
12652
);
index.js
@@ -176,7 +176,7 @@ Toolkit.run(
176
177
178
179
180
181
182
0 commit comments