Skip to content

Commit

Permalink
Update build-pipeline.yml
Browse files Browse the repository at this point in the history
This is a update to github actions to use a different login for commits
  • Loading branch information
hkryeung authored Nov 13, 2024
1 parent 274ee7e commit c79451f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
github.ref == 'refs/heads/master' ||
startsWith(github.ref, 'refs/heads/release')
run: |
git config --global user.name 'podaac-cloud-IandA'
git config --global user.email 'podaac-cloud-IandA@jpl.nasa.gov'
git config --global user.name 'podaac github bot'
git config --global user.email 'podaac@noreply.github.com'
git commit -m "/version ${{ env.software_version }} [skip actions]" pom.xml
git push

0 comments on commit c79451f

Please sign in to comment.