Skip to content

Commit

Permalink
AAE-30051 Workaround gh cli bug for propagation to activiti-cloud-ful… (
Browse files Browse the repository at this point in the history
#1659)

AAE-30051 Workaround gh cli bug for propagation to activiti-cloud-full-chart

See cli/cli#6485 (comment)
  • Loading branch information
atchertchian authored Jan 10, 2025
1 parent d13e597 commit 63e6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
run: |
git push origin $FULL_CHART_PR_BRANCH
gh pr create --fill --base $FULL_CHART_BASE_BRANCH --label updatebot
gh pr create --fill --base $FULL_CHART_BASE_BRANCH --label updatebot --head $(git branch --show-current)
notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 63e6a66

Please sign in to comment.