Skip to content

Commit

Permalink
fix: gh_signup.py location
Browse files Browse the repository at this point in the history
Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
  • Loading branch information
heurtematte committed Sep 25, 2024
1 parent c39de6a commit c25c678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/setup_github_bot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ create_github_credentials() {

set_up_github_account() {
echo "# Setting up GitHub bot account..."
python "playwright/gh_signup.py" "${PROJECT_NAME}"
python "${SCRIPT_FOLDER}/playwright/gh_signup.py" "${PROJECT_NAME}"
}

add_jenkins_credentials() {
Expand Down

0 comments on commit c25c678

Please sign in to comment.