Skip to content

Commit

Permalink
duh switch args 🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Jul 16, 2023
1 parent 1748018 commit e31e31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ if (["true", "1"].includes(core.getInput("dry_run"))) {
}

const wikiURL = `${serverURL}/${repo}/wiki`;
await appendFile(`wiki_url=${wikiURL}`, process.env.GITHUB_OUTPUT!);
await appendFile(process.env.GITHUB_OUTPUT!, `wiki_url=${wikiURL}`);

0 comments on commit e31e31e

Please sign in to comment.