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 958ecac commit d13f7bbCopy full SHA for d13f7bb
.github/workflows/update-headlamp-version.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "EOF" >> "$GITHUB_OUTPUT"
31
- name: Create PR
32
if: ${{ steps.bumpHeadlamp.outputs.changes != '' }}
33
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
+ uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
34
with:
35
token: ${{ secrets.MINIKUBE_BOT_PAT }}
36
commit-message: 'Addon Headlamp: Update Headlamp image from ${{ steps.bumpHeadlamp.outputs.OLD_VERSION }} to ${{ steps.bumpHeadlamp.outputs.NEW_VERSION }}'
0 commit comments