diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index 3c00df2..261f0b9 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -30,4 +30,4 @@ jobs: - name: "Commit and push changes" uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: ${{ github.action }}[${{ github.id }}] triggered by ${{ github.actor }} ${{ github.sha }} \ No newline at end of file + commit_message: "Automatic manifest update (triggered by ${{ github.actor }}: ${{ github.sha }})" \ No newline at end of file