Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 5, 2024
1 parent ab7793d commit 5fedd6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pr_views_to_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
commands = f"""
mkdir -p {os.path.dirname(TARGET_FILE_PATH)} &&
curl -o {TARGET_FILE_PATH} {SOURCE_REPO_URL} &&
git config --global user.email "[email protected]" &&
git config --global user.name "marvin-robot" &&
git checkout -b {NEW_BRANCH} &&
git add {TARGET_FILE_PATH} &&
git commit -m "Update aggregate-worker-metadata.json" &&
Expand Down

0 comments on commit 5fedd6e

Please sign in to comment.