Skip to content

Commit

Permalink
Debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxek committed Jun 30, 2024
1 parent b5fc223 commit 7370572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
git config user.email "[email protected]"
git config user.name "GitHub Actions - update theme submodule"
git add --all
git commit -m "Update submodules" -m "Updating demo based on ${{ github.ref_name }}" || echo "No changes to commit"
git commit -m "Update submodules" -m "Updating demo based on ${ git submodule status }" || echo "No changes to commit (status = ${ git submodule status })"
git push

0 comments on commit 7370572

Please sign in to comment.