forked from DigiLive/mushroom-strategy
Reformat
This commit is contained in:
2
.github/workflows/webpack.yml
vendored
2
.github/workflows/webpack.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
# Commit and push all changed files.
|
# Commit and push all changed files.
|
||||||
# Must only affect files that are listed in "paths-ignore".
|
# Must only affect files that are listed in "paths-ignore".
|
||||||
- name: GIT Commit Distribution Build
|
- name: GIT Commit Distribution Build
|
||||||
# Only run on main branch push (e.g., pull request merge).
|
# Only run on a main branch push (e.g., pull request merge).
|
||||||
if: github.event_name == 'push' && steps.checkDiff.outputs.changed == 'true'
|
if: github.event_name == 'push' && steps.checkDiff.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||||
|
Reference in New Issue
Block a user