Update README.md #48
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: "GreetContributor" | |
on: | |
pull_request: | |
types: [opened,synchronize] | |
jobs: | |
GreetCommitter: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Greet contributor" | |
uses: AyushSarode/LearningApp | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
content: "<Thank you for taking your time and effort for your contribution, we truly value it. :tada:>" | |
#default content is "Thank you for taking your time and effort for your contribution, we truly value it. :tada:" |