diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 695b022..e4a827d 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -53,5 +53,5 @@ jobs: git config --global user.name "github-actions[bot]" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git add -A - git commit -m "docs: update refs for https://github.com/0x5eal/luau-unzip/commit/${{ github.event.client_payload.sha }}" && \ + git commit -m "docs: update refs for https://github.com/0x5eal/luau-unzip/commit/${{ github.sha }}" && \ git push || echo "warn: no changes to commit" \ No newline at end of file