Skip to content

Commit

Permalink
Merge pull request #18886 from spowelljr/fixGolangUpdateAutomation
Browse files Browse the repository at this point in the history
CI: Fix golang auto update not building kicbase image
  • Loading branch information
spowelljr committed May 14, 2024
2 parents 7f4eaed + f3aecf1 commit 9b87a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-golang-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
echo "$(git status --porcelain)" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
- name: Create PR
id: createPR
if: ${{ steps.bumpGolang.outputs.changes != '' }}
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
with:
Expand Down

0 comments on commit 9b87a84

Please sign in to comment.