Skip to content

Commit

Permalink
Create cobrinha.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaballerini2 authored Jul 5, 2021
1 parent 7785681 commit 8bf595c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/cobrinha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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:
# Snake Animation
- uses: Platane/snk@master
id: snake-gif
with:
github_user_name: rafaballerini2
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 8bf595c

Please sign in to comment.