| .github/workflows/ci.yaml | ●●●●● patch | view | raw | blame | history |
.github/workflows/ci.yaml
@@ -25,6 +25,8 @@ cp -a layouts compose/layouts cp -a static compose/static cp theme.toml compose/theme.toml git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add compose commit_message=$(git commit -m "duplicate temp." -a | tr -d '\n' || true) echo "::set-output name=commit_message::$commit_message"