Skip to content

Commit 10c9980

Browse files
refactor rit github get user formula
Signed-off-by: GuillaumeFalourd <[email protected]>
1 parent 25804ee commit 10c9980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github/get/user/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dockerImageBuilder": "cimg/python:3.8",
33
"inputs": [
44
{
5-
"name": "rit_github_username",
5+
"name": "rit_github_user",
66
"type": "CREDENTIAL_GITHUB_USERNAME"
77
},
88
{

github/get/user/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
repo_details = os.environ.get("RIT_REPO_DETAILS")
1010
keep_file = os.environ.get("RIT_KEEP_FILE")
1111

12-
formula.Run( user, key, username, repo_details, keep_file)
12+
formula.Run(user, key, username, repo_details, keep_file)

0 commit comments

Comments
 (0)