Skip to content

Commit 7b7e1c7

Browse files
committed
may need to be on step not task
1 parent 49dd432 commit 7b7e1c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ permissions:
77

88
jobs:
99
greeting:
10-
if: github.repository != 'NujSuper/docker-openssh-server'
1110
permissions:
1211
issues: write
1312
pull-requests: write
1413
runs-on: ubuntu-latest
1514
steps:
1615
- uses: actions/first-interaction@v1
16+
if: github.repository != 'NujSuper/docker-openssh-server'
1717
with:
1818
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
1919
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-openssh-server/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'

0 commit comments

Comments
 (0)