Skip to content

Commit

Permalink
Create cobrinha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaballerini authored May 29, 2021
1 parent 519563c commit 89b29ca
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/cobrinha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Generate Datas

on:
schedule: # execute every 12 hours
- cron: "* */12 * * *"
workflow_dispatch:

jobs:
build:
name: Jobs to update datas
runs-on: ubuntu-latest
steps:
# Summary Cards
- uses: actions/checkout@v2
- uses: vn7n24fzkq/github-profile-summary-cards@release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
USERNAME: ${{ github.repository_owner }}

# Snake Animation
- uses: Platane/snk@master
id: snake-gif
with:
github_user_name: rafaballerini
svg_out_path: dist/github-contribution-grid-snake.svg

- uses: crazy-max/[email protected]
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 89b29ca

Please sign in to comment.