We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cdfe1 commit c3b0dcaCopy full SHA for c3b0dca
.github/workflows/tox.yml
@@ -142,7 +142,7 @@ jobs:
142
gh pr create \
143
--title "Update ansible-devspaces container image" \
144
--body "This PR updates the ansible-devspaces container image SHA to the latest." \
145
- --head "ansibuddy:update-devspaces-image-'${{ github.event.release.tag_name }}'" \
+ --head "ansibuddy:update-devspaces-image-${{ github.event.release.tag_name }}" \
146
--base "main" \
147
--repo "github.com/redhat-developer-demos/ansible-devspaces-demo"
148
0 commit comments