Skip to content

Commit

Permalink
chore: fix pr name (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com>
  • Loading branch information
morenol and morenol authored Oct 7, 2024
1 parent 6953b0e commit bd2dd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdf-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
sdf_versions.json
labels: |
bot
title: 'docs: release sdf version $SDF_VERSION [bot]'
title: 'docs: release sdf version ${{ env.SDF_VERSION }} [bot]'
body: |
Updating $SDF_VERSION
Updating ${{ env.SDF_VERSION }}
Auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
delete-branch: true

Expand Down

0 comments on commit bd2dd38

Please sign in to comment.