Update update-extensions.yml

This commit is contained in:
Benjamin Jacob Reji
2021-01-10 12:23:49 +04:00
committed by GitHub
parent 71abd4e3e7
commit 2f8d217f76

View File

@@ -39,6 +39,8 @@ jobs:
- name: Commit Changes
shell: bash
run: |
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
git status
if [ -n "$(git status --porcelain)" ]; then
git add -A