FastHub/.github/workflows/greetings.yml
Workflow config file is invalid. Please check your config file: yaml: line 10: did not find expected key
2019-08-29 09:23:04 +06:30

14 lines
422 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Horray🎉🎉,you've made you first issue, Thanks for contributing❤'' first issue'
pr-message: 'Horray🎉🎉,you've made you first issue, Thanks for contributing❤'' first pr'