Dev Memes #426
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev Memes | |
on: | |
schedule: | |
- cron: "0 */24 * * *" | |
push: | |
branches: ["main"] | |
jobs: | |
deploy: | |
name: Update Dev Meme | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update meme | |
uses: cgyinthehouse/[email protected] | |
with: | |
fetch_num: 50 | |
commit_author: cgy | |
commit_email: [email protected] |