Skip to content

Commit

Permalink
End-User meta workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Aug 13, 2024
1 parent a12af4d commit 5a74012
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/consistent-desc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add package.json
git commit -m 'End-User Meta updated'
git push
if [ -f "package.json" ]; then
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add package.json
git commit -m 'End-User Meta updated'
git push
fi

0 comments on commit 5a74012

Please sign in to comment.