Skip to content

Commit

Permalink
chore: tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Oct 4, 2023
1 parent 1400862 commit 04aeade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upgrade-cdktf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
with:
commit-message: "feat!: upgrade providers to cdktf ${{ needs.check_versions.outputs.latest_version }}"
branch: auto/upgrade-cdktf-${{ needs.check_versions.outputs.latest_version_short }}
base: main
title: "feat!: upgrade providers to cdktf ${{ needs.check_versions.outputs.latest_version }}"
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 }}"
body: This PR upgrades CDKTF from version `${{ needs.check_versions.outputs.current_version }}` to version `${{ needs.check_versions.outputs.latest_version }}` in the prebuilt providers managed by this project.
labels: automated
token: ${{ secrets.GH_TOKEN_ACTIONS_UPDATER }}
Expand Down Expand Up @@ -88,9 +88,9 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 # v5.0.1
with:
commit-message: "chore: upgrade self to cdktf ${{ needs.check_versions.outputs.latest_version }}"
branch: auto/upgrade-cdktf-${{ needs.check_versions.outputs.latest_version_short }}
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 }}"
body: |
This PR upgrades CDKTF to version `${{ needs.check_versions.outputs.latest_version }}` in `cdktf-repository-manager` (this repo).
Expand Down

0 comments on commit 04aeade

Please sign in to comment.