Browse Source

chore(deps): update peter-evans/commit-comment action to v2 (#39766)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/39770/head
renovate[bot] 2 years ago
committed by GitHub
parent
commit
189f912a8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/site-deploy.yml

2
.github/workflows/site-deploy.yml

@ -83,7 +83,7 @@ jobs:
npx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
- name: Create Commit Comment
uses: peter-evans/commit-comment@v1
uses: peter-evans/commit-comment@v2
with:
body: |
Doc site for this release: https://ant-design-${{ steps.publish-version.outputs.VERSION }}.surge.sh

Loading…
Cancel
Save