mirror of https://github.com/onweru/compose.git

weru
06.05.2020 6f0cec82e7d3c0d54e804218cf4b7cfea96d6929
try temp workaround
1 files modified
2 ■■■■■ changed files
.github/workflows/ci.yaml 2 ●●●●● 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"