Skip to content

Commit

Permalink
chore(skip-release): update check config
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet authored Jun 25, 2024
1 parent f5a3b04 commit 3368181
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Create pull request
if: ${{ (env.LATEST_TOOL_RELEASE != env.REPO_HELM_VERSION) && (env.PR_EXISTS == 0) }}
run: |
git config --global user.email "[email protected].github.com"
git config --global user.name "openshifttools-bot"
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
git checkout -b "helm-${{ env.LATEST_TOOL_RELEASE }}"
git commit -am "fix: Update helm to ${{ env.LATEST_TOOL_RELEASE }}"
git push origin "helm-${{ env.LATEST_TOOL_RELEASE }}"
Expand Down

0 comments on commit 3368181

Please sign in to comment.