From 3a108d243edfd2b6332e3555320f22fce45a6736 Mon Sep 17 00:00:00 2001 From: "Timmer, Daan" Date: Mon, 21 Oct 2024 09:27:13 +0000 Subject: [PATCH] chore: add code block back --- .github/workflows/update-emil-git-tag.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 }} + ```