mirror of
https://github.com/DigiLive/mushroom-strategy.git
synced 2025-08-04 20:14:28 +02:00
Reformat
This commit is contained in:
4
.github/workflows/webpack.yml
vendored
4
.github/workflows/webpack.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18.x]
|
node-version: [ 18.x ]
|
||||||
|
|
||||||
# Checkout Repository
|
# Checkout Repository
|
||||||
steps:
|
steps:
|
||||||
@@ -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