forked from GitHubMirrors/silverbullet-icalendar
Add git diagnostics to workflow
Some checks failed
Build SilverBullet Plug / build (push) Failing after 13s
Some checks failed
Build SilverBullet Plug / build (push) Failing after 13s
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "action@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
git status
|
||||
git branch -a
|
||||
git add icalendar.plug.js
|
||||
if git diff --quiet --staged; then
|
||||
echo "No changes to commit"
|
||||
|
||||
Reference in New Issue
Block a user