Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jan 6, 2024
1 parent 655239b commit 7f6f193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_views_to_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
curl -o $TARGET_FILE_PATH $SOURCE_REPO_URL
gh auth setup-git
git config --global user.email "[email protected]"
git config --global user.name "Marvin"
git checkout -b $NEW_BRANCH
git add $TARGET_FILE_PATH
git commit -m "Update aggregate-worker-metadata.json"
Expand Down

0 comments on commit 7f6f193

Please sign in to comment.