You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Memer Action
0.1.0
You can use the following workflow as it is, just copy/paste in a file named greetings.yml
inside your workflows folder.
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) reviews it
Meanwhile have a look at this π :
> **${{ steps.memer.outputs.title }}**
![meme](${{ steps.memer.outputs.meme }})
<sub>βΉοΈ <a href="${{ steps.memer.outputs.source }}">Source</a> [ Powered By π₯ <a href="https://github.com/Bhupesh-V/memer-action">Memer Action</a> ]</sub>
Memer Action accepts only 1 input.
filter
: Sort Memes posts from reddit. Only 4 values are acceptable, hot, top, new & rising.
steps:
- uses: actions/checkout@master
- name: Run action
id: myaction
uses: Bhupesh-V/memer-action@master
with:
filter: new
- name: Check outputs
run: |
echo "Outputs - ${{ steps.myaction.outputs.title }}"
echo "Outputs - ${{ steps.myaction.outputs.meme }}"
echo "Outputs - ${{ steps.myaction.outputs.source }}"
Memer Action sets 3 outputs.
title
: The title of the post on redditmeme
: The meme image linksource
: The Source of the Meme (post on reddit)
steps:
- uses: actions/checkout@master
- name: Run action
id: myaction
uses: Bhupesh-V/memer-action@master
- name: Check outputs
run: |
echo "Outputs - ${{ steps.myaction.outputs.title }}"
echo "Outputs - ${{ steps.myaction.outputs.meme }}"
echo "Outputs - ${{ steps.myaction.outputs.source }}"
π€ Bhupesh Varshney
- Twitter : @bhupeshimself
- DEV : bhupesh
Support me by giving a βοΈ if this project helped you! or just
Copyright Β© 2020 Bhupesh Varshney.
This project is MIT licensed.