Skip to content

Commit

Permalink
Update .push-helm-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Dec 20, 2023
1 parent 8f8d368 commit 251a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
git config user.name "${{ vars.GLOBAL_USER}}"
git config user.email "${{ vars.GLOBAL_EMAIL}}"
git checkout -b update-helm-chart-${{ inputs.tag }}
git pull
git pull origin "update-helm-chart-${{ inputs.tag }}"
git add .
git commit -m "Update Helm chart"
git push --set-upstream origin update-helm-chart-${{ inputs.tag }}
Expand Down

0 comments on commit 251a60d

Please sign in to comment.