Skip to content

Commit

Permalink
add committer to PR opener step
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Sep 16, 2024
1 parent 4dc8b81 commit 4ac13a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
with:
token: ${{ secrets.CONDA_STORE_SYNC }}
path: conda-store-repo
committer: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
commit-message: "Copy updated screenshots from GitHub CI job for Conda Store docs. This commit was created by a script via GitHub Actions."
branch: update_screenshots
delete-branch: true
Expand Down

0 comments on commit 4ac13a2

Please sign in to comment.