Skip to content

Commit f112013

Browse files
cororected action repo name DEVOPS-46
1 parent 68084bb commit f112013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_jwt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
args = parser.parse_args()
4848

4949
private_key = args.github_app_private_key
50-
app_id = args.app_id
50+
app_id = args.github_app_id
5151

5252
# function call
5353
create_jwt(private_key, app_id)

0 commit comments

Comments
 (0)