Compare commits
1 commit
8348cd8bfd
...
649d75ac33
Author | SHA1 | Date | |
---|---|---|---|
|
649d75ac33 |
|
@ -80,7 +80,7 @@ jobs:
|
||||||
./_site/ "${WEB_USER}@${WEB_HOST}:${WEB_ROOT}${WEB_CONTEXT}"
|
./_site/ "${WEB_USER}@${WEB_HOST}:${WEB_ROOT}${WEB_CONTEXT}"
|
||||||
- name: Comment pull request
|
- name: Comment pull request
|
||||||
id: comment_pull_request
|
id: comment_pull_request
|
||||||
if: ${{ always() && forge.event_name == 'pull_request' && ! forge.event.pull_request.head.repo.fork }}
|
if: ${{ always() && forge.event_name == 'pull_request' }}
|
||||||
uses: https://github.com/exercism/pr-commenter-action@v1.5.1
|
uses: https://github.com/exercism/pr-commenter-action@v1.5.1
|
||||||
with:
|
with:
|
||||||
template-variables: |
|
template-variables: |
|
||||||
|
|
Loading…
Reference in a new issue