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 2a49df5 commit dfbae83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr_views_to_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Open PRs to PrefectHQ/prefect
run: |
NEW_BRANCH="update-worker-metadata-$(date +%Y%m%d%H%M%S)"
Expand All @@ -30,9 +35,6 @@ jobs:
curl -o $TARGET_FILE_PATH $SOURCE_REPO_URL
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 dfbae83

Please sign in to comment.