Skip to content

Commit

Permalink
chore: add code block back
Browse files Browse the repository at this point in the history
  • Loading branch information
daantimmer committed Oct 21, 2024
1 parent 761b9ee commit 3a108d2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/update-emil-git-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 }}
```

0 comments on commit 3a108d2

Please sign in to comment.