Skip to content

Commit 5347aba

Browse files
Update index.js
1 parent f90c4ac commit 5347aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Axios = require("axios");
44

55
try {
66
const auth = core.getInput("personal_access_token");
7-
const sep = core.getInput("seperator") || "|";
7+
const sep = core.getInput("separator") || "|";
88
const username = core.getInput("username");
99
const password = core.getInput("password");
1010

0 commit comments

Comments
 (0)