Skip to content

Commit

Permalink
Merge pull request #2347 from FluxML/dependabot/github_actions/tholla…
Browse files Browse the repository at this point in the history
…nder/actions-comment-pull-request-2.4.3

Bump thollander/actions-comment-pull-request from 2.4.2 to 2.4.3
  • Loading branch information
ToucheSir authored Oct 24, 2023
2 parents 674ed1a + 0af91e8 commit 8cf6055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- name: Create PR comment
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name && github.event.label.name == 'documentation' # if this is a pull request build AND the pull request is NOT made from a fork
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308
with:
message: 'Once the build has completed, you can preview any updated documentation at this URL: https://fluxml.ai/Flux.jl/previews/PR${{ github.event.number }}/ in ~20 minutes'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8cf6055

Please sign in to comment.