Skip to content

Commit

Permalink
Update release-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed May 30, 2024
1 parent bd6defd commit ca0d6a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ jobs:
git commit -m "update helm repo"
git push -u origin $NEW_BRANCH
# Create a pull request
# curl -s -u "${{ secrets.GH_PAT }}:x-oauth-basic" \
# -d '{"title":"Update Helm repo","head":"'"$NEW_BRANCH"'","base":"gh-pages"}' \
# https://api.github.com/repos/${{ github.repository }}/pulls | jq -r '.url'
- 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'
Expand Down

0 comments on commit ca0d6a7

Please sign in to comment.