Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Apr 1, 2022
1 parent 5ecd993 commit b899cb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-bridge.yml
Expand Up @@ -66,10 +66,10 @@ jobs:
name: Set Automerge
uses: peter-evans/enable-pull-request-automerge@v1
with:
github_token: ${{ secrets.PULUMI_BOT_TOKEN }}
merge_method: squash
pull_request_number: ${{ steps.create-pr.outputs.pull-request-number }}
merge-method: squash
pull-request-number: ${{ steps.create-pr.outputs.pull-request-number }}
repository: ${{ github.repository }}
token: ${{ secrets.PULUMI_BOT_TOKEN }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit b899cb6

Please sign in to comment.