Skip to content

Commit

Permalink
Fix spec url creation
Browse files Browse the repository at this point in the history
  • Loading branch information
wwerner committed Sep 5, 2024
1 parent 9524e9a commit 767d660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function run(): Promise<void> {

const payload = {
post: {
raw: postBody(`https://${discourseUrl}}/${specPath}`, commit),
raw: postBody(`https://${discourseUrl}/${specPath}`, commit),
edit_reason: `Uploaded spec at ${commit}`
}
}
Expand Down

0 comments on commit 767d660

Please sign in to comment.