Add necessary params.

This commit is contained in:
James Cole
2024-01-14 07:12:47 +01:00
parent ae31041f7f
commit d614519ee7

View File

@@ -24,3 +24,7 @@ jobs:
gh issue comment "$NUMBER" --body "Hi there!\n\nThis is an automatic reply. `Share and enjoy`.\n\nThis issue is probably a duplicate of #${{ steps.command.outputs.params }}. Please refer to that issue for support.\n\nThank you for your contribution."
gh issue close "$NUMBER" --reason completed
gh issue lock "$NUMBER"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}