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 fa8b205 commit 69eabeeCopy full SHA for 69eabee
.github/workflows/issue.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Send Greeting Message
24
- uses: actions/first-interaction@v1
+ uses: actions/first-interaction@v2
25
with:
26
repo-token: ${{ secrets.GITHUB_TOKEN }}
27
issue-message: |
.github/workflows/pull-request-target.yml
@@ -10,7 +10,7 @@ jobs:
10
11
if: github.event.action == 'opened'
12
13
- - uses: actions/first-interaction@v1
+ - uses: actions/first-interaction@v2
14
15
16
pr-message: >
0 commit comments