Feels like values remain unchanged #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | ||
on: [pull_request_target, issues] | ||
jobs: | ||
greeting: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ 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 }} | ||
Check failure on line 14 in .github/workflows/greetings.yml GitHub Actions / GreetingsInvalid workflow file
|
||
issue-message: "Thanks for raising an issue. I will be back within a short time to check the issue' first issue" | ||
pr-message: "Congratulations you have made your first pull request. Wait for the owner to review and merge it' first pull request" |