We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338606c commit 5a4b755Copy full SHA for 5a4b755
2 files changed
.github/dependabot.yaml
@@ -1,6 +1,6 @@
1
version: 2
2
updates:
3
- package-ecosystem: github-actions
4
- directory: "/"
+ directory: '/'
5
schedule:
6
interval: weekly
index.ts
@@ -271,7 +271,6 @@ try {
271
core.setFailed(error.message);
272
}
273
274
-
275
async function runScript(script: string) {
276
const commands = script.split('&&').map((cmd) => cmd.trim());
277
for (const cmd of commands) {
0 commit comments