Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 326aa5a

Browse files
authored
Merge pull request #40 from gessnersn/patch-1
fix colon typo in example js code
2 parents a77df64 + 0d2e7db commit 326aa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/14_create-js-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async function run() {
112112
repo: github.context.repo.repo,
113113
owner: github.context.repo.owner,
114114
title: issueTitle,
115-
body; jokeBody
115+
body: jokeBody
116116
});
117117
} catch (err) {}
118118
}
@@ -138,7 +138,7 @@ async function run() {
138138
repo: github.context.repo.repo,
139139
owner: github.context.repo.owner,
140140
title: issueTitle,
141-
body; jokeBody
141+
body: jokeBody
142142
});
143143
} catch (err) {
144144
core.setFailed(err.message);

0 commit comments

Comments
 (0)