Testing out the ability to comment back to a PR from command dispatch (#7110)

This commit is contained in:
Paul Stack 2021-05-21 19:03:58 +01:00 committed by GitHub
parent 3cf16b994d
commit 67bcd73a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ jobs:
with:
ref: ${{ env.PR_COMMIT_SHA }}
- name: Test Downstream
uses: pulumi/action-test-provider-downstream@releases/v5
uses: pulumi/action-test-provider-downstream@releases/v6
env:
GOPROXY: "https://proxy.golang.org"
with:
@ -71,3 +71,4 @@ jobs:
pulumi-bot-token: ${{ secrets.PULUMI_BOT_TOKEN }}
github-actions-token: ${{ secrets.GITHUB_TOKEN }}
use-provider-dir: true
issue-number: ${{ github.event.client_payload.github.payload.issue.number }}