Skip to content

Commit

Permalink
Update updates.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: John Osborne <josborne@chainguard.dev>
  • Loading branch information
johnfosborneiii authored Nov 19, 2024
1 parent 1a5c31c commit 5be0562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
GH_TOKEN: ${{ steps.octo-sts.outputs.token }}
GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
# git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
# git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global push.autoSetupRemote true
BRANCH_NAME="update-helm-redis-image-tag"
BRANCH_NAME="updates"
git checkout -b $BRANCH_NAME
yq -i ".image.tag = \"${{ env.LATEST_UNIQUE_TAG }}\"" helm/redis/values.yaml
git add helm/redis/values.yaml
Expand Down

0 comments on commit 5be0562

Please sign in to comment.