Skip to content

Update greetings.yml #7

Update greetings.yml

Update greetings.yml #7

Workflow file for this run

name: Greetings
on:
pull_request_target:
types: [opened]
issues:
types: [opened]
workflow_dispatch:
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Greet on issue creation
if: github.event_name == 'issues'
uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "

Check failure on line 22 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 22