Skip to content

Commit

Permalink
update input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarcesres authored Sep 14, 2023
1 parent 6cf3949 commit 9eba36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def push_ea_scripts():
if __name__ == "__main__":
logger.info('reading environment variables')
url = os.getenv('INPUT_JAMF_URL')
auth_type = os.getenv("INPUT_AUTH_TYPE", "auth")
auth_type = os.getenv("INPUT_JAMF_AUTH_TYPE", "auth")
if auth_type == "auth":
username = os.getenv('INPUT_JAMF_USERNAME')
password = os.getenv('INPUT_JAMF_PASSWORD')
Expand Down

0 comments on commit 9eba36b

Please sign in to comment.