We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0f2cb8 + 5b81689 commit 3f37cc4Copy full SHA for 3f37cc4
.github/workflows/first-interaction.yaml
@@ -29,7 +29,7 @@ jobs:
29
files: ${{github.server_url}}/${{github.repository}}/blob/${{github.ref_name}}
30
steps:
31
- name: Add a welcome comment if appropriate
32
- uses: actions/first-interaction@2ec0f0fd78838633cd1c1342e4536d49ef72be54 # v1.3.0
+ uses: actions/first-interaction@d94ed8e502bc16de558688b9dd9a26261ae78a66 # v1.3.0
33
with:
34
repo-token: ${{secrets.GITHUB_TOKEN}}
35
issue-message: >
0 commit comments