Skip to content

changed from 5mins to 2mins #2

changed from 5mins to 2mins

changed from 5mins to 2mins #2

Workflow file for this run

name: Thank You on Pull Request
on:
pull_request:
types:
- opened
jobs:
thankyou:
runs-on: ubuntu-latest
steps:
- name: Thank You Message
run: |
echo "Thank you for making the pull request, @${{ github.actor }}!"
echo "Your contribution is appreciated. 🙌"