mirror of
https://github.com/bcanseco/github-contribution-graph-action.git
synced 2025-10-09 13:41:58 +03:00
10 lines
267 B
YAML
10 lines
267 B
YAML
name: 'Autopopulate your contribution graph'
|
|
author: 'Borja Canseco <borj@cans.eco>'
|
|
description: 'This action will automatically push empty commits to one of your GitHub repos.'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
branding:
|
|
icon: 'grid'
|
|
color: 'green'
|