diff --git a/.github/workflows/update-emil-git-tag.yml b/.github/workflows/update-emil-git-tag.yml index 7685524d..743fc1d2 100644 --- a/.github/workflows/update-emil-git-tag.yml +++ b/.github/workflows/update-emil-git-tag.yml @@ -3,10 +3,9 @@ name: Update amp-embedded-infra-lib Git Tag on: schedule: - - cron: '0 6 * * *' + - cron: "0 6 * * *" workflow_dispatch: - permissions: contents: read @@ -57,4 +56,9 @@ jobs: with: commit-message: "chore: update amp-embedded-infra-lib hash to ${{ steps.pull_head.outputs.latest_hash }}" title: "chore: update amp-embedded-infra-lib hash to ${{ steps.pull_head.outputs.latest_hash }}" - body: ${{ steps.pull_head.outputs.git_log }} + body: | + commits on amp-embedded-infra-lib: + + ``` + ${{ steps.pull_head.outputs.git_log }} + ```