Update GitHub Actions workflows. (#240)
This PR was automatically generated by the update-native-provider-workflows workflow in the pulumi/ci-mgmt repo, from commit 1ade282c11c4b1e46d1ede6d849c8972f0e2f4e2.
This commit is contained in:
10
.github/workflows/weekly-pulumi-update.yml
vendored
10
.github/workflows/weekly-pulumi-update.yml
vendored
@@ -127,12 +127,10 @@ jobs:
|
|||||||
- name: Create PR
|
- name: Create PR
|
||||||
id: create-pr
|
id: create-pr
|
||||||
if: steps.gomod.outputs.changes != 0
|
if: steps.gomod.outputs.changes != 0
|
||||||
uses: repo-sync/pull-request@v2.6.2
|
run: |
|
||||||
with:
|
ver=$(cat .pulumi.version)
|
||||||
source_branch: update-pulumi/${{ github.run_id }}-${{ github.run_number }}
|
msg="Automated upgrade: bump pulumi/pulumi to ${ver}"
|
||||||
destination_branch: main
|
gh pr create -t "$msg" -b "$msg" -B main
|
||||||
pr_title: Automated Pulumi/Pulumi upgrade
|
|
||||||
github_token: ${{ secrets.PULUMI_BOT_TOKEN }}
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
|
||||||
name: weekly-pulumi-update
|
name: weekly-pulumi-update
|
||||||
|
|||||||
Reference in New Issue
Block a user