Skip to content

Commit

Permalink
update commit message that's actually being used, remove the other one
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Sep 20, 2024
1 parent b28de47 commit d48ba9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,14 @@ jobs:
git config user.name ${{ github.actor }}
git config user.email '${{ github.actor }}@users.noreply.github.com'
git add -A
git commit -m "commit all changes"
git commit -m "Copy updated screenshots from GitHub CI job for Conda Store docs. This commit was created by a script via GitHub Actions."
- name: "Create PR on conda-store with updated screenshots"
id: create-pull-request
uses: peter-evans/create-pull-request@v5
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
title: '[AUTO] - Update docs screenshots'
Expand Down

0 comments on commit d48ba9a

Please sign in to comment.