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 f2000dc commit cc4d4e8Copy full SHA for cc4d4e8
.github/workflows/greetings.yml
@@ -6,7 +6,7 @@ jobs:
6
greeting:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/first-interaction@c99bd8f80bdaad224d53e5d757f898a73f0ef34f
+ - uses: actions/first-interaction@a10eefa2921d015dcb81536100e29c5f28ceb0de
10
with:
11
repo-token: ${{ secrets.GITHUB_TOKEN }}
12
issue-message: 'Message that will be displayed on users'' first issue'
0 commit comments