Skip to content

Commit

Permalink
chore: fix workflow trying to create 2 different PRs from same branch
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Oct 17, 2023
1 parent 7d85635 commit 3aa6284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-cdktf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
with:
branch: auto/upgrade-cdktf-${{ needs.check_versions.outputs.latest_version_minor }}
branch: auto/upgrade-providers-cdktf-${{ needs.check_versions.outputs.latest_version_minor }}
base: main
commit-message: "feat!: upgrade providers to CDKTF version ${{ needs.check_versions.outputs.latest_version }}"
title: "feat!: upgrade providers to CDKTF version ${{ needs.check_versions.outputs.latest_version }}"
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
with:
branch: auto/upgrade-cdktf-${{ needs.check_versions.outputs.latest_version_minor }}
branch: auto/upgrade-self-cdktf-${{ needs.check_versions.outputs.latest_version_minor }}
base: main
commit-message: "chore: upgrade self to cdktf ${{ needs.check_versions.outputs.latest_version }}"
title: "chore: upgrade self to cdktf ${{ needs.check_versions.outputs.latest_version }}"
Expand Down

0 comments on commit 3aa6284

Please sign in to comment.