|
@@ -23,17 +23,17 @@ jobs:
|
|
|
uses: actions/setup-node@v2
|
|
|
with:
|
|
|
node-version: 12
|
|
|
- - name: Git Identity
|
|
|
+ - name: Set Git Identity
|
|
|
run: |
|
|
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
|
|
git config --global user.name 'github-actions[bot]'
|
|
|
- - name: Update Themes
|
|
|
+ - name: Update Theme Versions & Changelogs
|
|
|
run: |
|
|
|
npm ci
|
|
|
npm run update-versions
|
|
|
- npm run update-stylecss
|
|
|
- - name: Commit style.css Changes
|
|
|
+ - name: Update style.css Files
|
|
|
run: |
|
|
|
+ npm run update-stylecss
|
|
|
git add .
|
|
|
git commit -m "chore:"" auto-update style.css files"
|
|
|
git push
|