Browse Source

Delete meme-greetings.yml (#41449)

pull/41451/head
afc163 2 years ago
committed by GitHub
parent
commit
691f819ba4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      .github/workflows/meme-greetings.yml

36
.github/workflows/meme-greetings.yml

@ -1,36 +0,0 @@
name: Memer Workflow
on: [pull_request]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Memer Action
id: memer
uses: Bhupesh-V/memer-action@master
with:
filter: "new"
- name: Check Outputs
run: |
echo "${{ steps.memer.outputs.meme }}"
echo "${{ steps.memer.outputs.title }}"
echo "${{ steps.memer.outputs.source }}"
- name: Create comment
uses: peter-evans/create-or-update-comment@v1.3.0
id: couc
with:
issue-number: ${{ github.event.number }}
body: |
🎉🎉 Thanks for opening this PR 🤗
Please wait while the maintainer(s) review it
Meanwhile have a look at this 😝 :
> **${{ steps.memer.outputs.title }}**
<img src="${{ steps.memer.outputs.meme }}" alt="meme" width="400" />
<sub>ℹ️ <a href="${{ steps.memer.outputs.source }}">Source</a> [ Powered By 🔥 <a href="https://github.com/Bhupesh-V/memer-action">Memer Action</a> ]</sub>
Loading…
Cancel
Save