Skip to content

Commit

Permalink
Switch to bash shell for auto-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Feb 3, 2025
1 parent a17da34 commit 176f840
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,13 @@ jobs:
- name: Display environment variable "github.event_name"
run: echo "github.event_name=${{ github.event_name }}"
- name: (GIT) Commit benchmark reports
shell: bash
working-directory: ${{ env.CHART_DIR }}
# Only run when a pull request gets merged or a commit is pushed to the main branch
# git add parameters need to directly or indirectly match paths-ignore parameters above
if: github.event_name == 'push'
run: |
set -x # Show the commands being executed
git config --global user.name '${{ env.CI_COMMIT_AUTHOR }}'
git config --global user.email "[email protected]"
git fetch origin
Expand Down

0 comments on commit 176f840

Please sign in to comment.