diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0a5da289..cb45257e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -59,7 +59,7 @@ jobs: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "[ci skip] Automated publish for $GITHUB_SHA" + commit_message: "[ci skip] Automated publish for ${{github.sha}}" repository: ../wiki - name: Login to Docker Hub if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 4ad22b5e..8b682041 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -44,4 +44,4 @@ jobs: if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: "[ci skip] Automated publish for $GITHUB_SHA" + commit_message: "[ci skip] Automated publish for ${{github.sha}}"