Skip to content

Commit

Permalink
hopefully clearer workflow title and file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Aug 29, 2024
1 parent 7243eed commit 93501f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Comment # Write a comment in the PR with a link to the preview of the given website
name: Link to preview in PR conversation
on:
pull_request:
types: [opened, reopened]
Expand All @@ -11,4 +11,4 @@ jobs:
uses: thollander/actions-comment-pull-request@71efef56b184328c7ef1f213577c3a90edaa4aff
with:
message: 'Once the build has completed, you can preview your PR at this URL: https://${{ github.event.pull_request.base.repo.name }}/previews/PR${{ github.event.number }}/'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93501f4

Please sign in to comment.