Skip to content

Commit 7445b03

Browse files
Luke DavisLuke Davis
authored andcommitted
Fix typo in publish script
1 parent 16a735b commit 7445b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testbuilder..yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
loginField = browser.find_element(By.ID, "login_field")
148148
loginField.send_keys(environ["gh_user_secret"])
149149
passwordField = browser.find_element(By.ID, "password")
150-
passwordfield.send_keys(environ["gh_password_secret"])
150+
passwordField.send_keys(environ["gh_password_secret"])
151151
print("Attempting login.")
152152
loginButton = browser.find_element(By.XPATH, value="//input[@data-signin-label='Sign in']").click()
153153
# Check success

0 commit comments

Comments
 (0)