Skip to content

Commit c3b0dca

Browse files
authored
Fix the formatting issue in the tag_name (#570)
1 parent c3cdfe1 commit c3b0dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
gh pr create \
143143
--title "Update ansible-devspaces container image" \
144144
--body "This PR updates the ansible-devspaces container image SHA to the latest." \
145-
--head "ansibuddy:update-devspaces-image-'${{ github.event.release.tag_name }}'" \
145+
--head "ansibuddy:update-devspaces-image-${{ github.event.release.tag_name }}" \
146146
--base "main" \
147147
--repo "github.com/redhat-developer-demos/ansible-devspaces-demo"
148148

0 commit comments

Comments
 (0)