Skip to content

Commit c4632be

Browse files
ugrc-release-bot[bot]steveoh
authored andcommitted
chore: build release assets
1 parent 306ce1a commit c4632be

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

dist/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29986,20 +29986,20 @@ async function run() {
2998629986
const results = await (0, geocode_1.geocode)(addresses, core.getInput('API_KEY'));
2998729987
core.notice(`geocoding ${addresses.length} addresses
2998829988

29989-
### Inputs
29989+
### Inputs
2999029990

29991-
${addresses.join('\n')}
29991+
${addresses.join('\n')}
2999229992

29993-
### Results
29993+
### Results
2999429994

29995-
${JSON.stringify(results, null, 2)}`);
29995+
${JSON.stringify(results, null, 2)}`);
2999629996
const body = `${(0, util_1.formatResults)(results)}
2999729997

29998-
### Initiated by
29998+
### Initiated by
2999929999

30000-
\`\`\`
30001-
${commentBody}
30002-
\`\`\`
30000+
\`\`\`
30001+
${commentBody}
30002+
\`\`\`
3000330003
`;
3000430004
await octokit.rest.issues.updateComment({
3000530005
owner: context.repo.owner,

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)