We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b051e commit 6189e9cCopy full SHA for 6189e9c
.github/workflows/welcome-message.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Render template
33
id: template
34
- uses: chuhlomin/render-template@v1.4
+ uses: chuhlomin/render-template@v1.10
35
with:
36
# Use a different template for internal vs forks (community)
37
template: ${{ github.event.pull_request.head.repo.fork == true && '.github/pr-welcome-community.md' || '.github/pr-welcome-internal.md' }}
0 commit comments