mirror of
https://github.com/anotherlusitano/SpectrumPlus.git
synced 2026-07-22 04:10:27 +00:00
ci: fix nothing to commit
This commit is contained in:
parent
ad0f14f804
commit
ce959869ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-stylesheet.yml
vendored
2
.github/workflows/build-stylesheet.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: |
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git commit -m "Build stylesheet" -a
|
||||
git diff --exit-code || git commit -m "Build stylesheet" -a
|
||||
- name: Push Stylesheet to Repository
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue