diff --git a/.github/workflows/rebuild-wiki.yml b/.github/workflows/rebuild-wiki.yml index cdeb834..c9783ee 100644 --- a/.github/workflows/rebuild-wiki.yml +++ b/.github/workflows/rebuild-wiki.yml @@ -28,8 +28,6 @@ jobs: cd repo ../luvit docgen.lua - - run: ls $GITHUB_WORKSPACE - - name: Updating wiki repo run: | mv -f $GITHUB_WORKSPACE/repo/docs/* $GITHUB_WORKSPACE/wiki/ @@ -37,5 +35,5 @@ jobs: git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add . - git commit -m '$(git rev-parse --short --verify main)' + git commit -m "Rebuild for commit #$(git rev-parse --short --verify main)" git push