Skip to content

build(deps): update dependency pygments to v2.15.0 [security] #1338

build(deps): update dependency pygments to v2.15.0 [security]

build(deps): update dependency pygments to v2.15.0 [security] #1338

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:

Check failure on line 13 in .github/workflows/greetings.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/greetings.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello @${{ github.actor }}, thank you for submitting this issue! I'll look into it as soon as possible 🙂'
pr-message: 'Hello @${{ github.actor }}, thank you submitting a pull request!'