We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90c4ac commit 5347abaCopy full SHA for 5347aba
src/index.js
@@ -4,7 +4,7 @@ const Axios = require("axios");
4
5
try {
6
const auth = core.getInput("personal_access_token");
7
- const sep = core.getInput("seperator") || "|";
+ const sep = core.getInput("separator") || "|";
8
const username = core.getInput("username");
9
const password = core.getInput("password");
10
0 commit comments