Skip to content

Update README.md

Update README.md #48

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:"