Skip to content

[Bug] Image upload format issue #24

[Bug] Image upload format issue

[Bug] Image upload format issue #24

Workflow file for this run

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: |
Hey @${{ github.actor }}, Welcome to the project Click-The-Edible-Game! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨
pr-message: |
Hey @${{ github.actor }}, Welcome to the project Click-The-Edible-Game! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨