Skip to content

Commit

Permalink
Update release-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm authored May 30, 2024
1 parent b2b1469 commit bd6defd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create pull request
run: |
gh pr create -H $NEW_BRANCH --B gh-pages --title '[release-chart] Update Helm repo' --body 'Created by Github action'
gh pr create -H $NEW_BRANCH -B gh-pages --title '[release-chart] Update Helm repo' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEW_BRANCH: ${{ env.NEW_BRANCH }}

0 comments on commit bd6defd

Please sign in to comment.