Skip to content

Commit

Permalink
Make clear source of environment.yml commit
Browse files Browse the repository at this point in the history
Make it clear that the commit is made by a GitHub action by putting that
in the commit message title.
  • Loading branch information
TimothyWillard committed Oct 10, 2024
1 parent 6ad753d commit 27a80f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add environment.yml
git commit -m 'Update environment.yml'
git commit -m 'Update `environment.yml` via GitHub action'
git push origin ${{ github.event.pull_request.head.ref }}
fi

0 comments on commit 27a80f7

Please sign in to comment.