Skip to content

Commit

Permalink
fix: adding git config
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Sep 22, 2023
1 parent 98a3be7 commit dda2f1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
echo "branch_name=$branch_name"
echo "branch_name=$branch_name" >> $GITHUB_OUTPUT
- name: Initialize Mandatory Git Config
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "noreply@github.com"
- name: Update Helm Chart and Raise Pull Request For Shopify Tracker
env:
Expand Down

0 comments on commit dda2f1c

Please sign in to comment.