Skip to content

Commit

Permalink
Add action
Browse files Browse the repository at this point in the history
  • Loading branch information
vn7n24fzkq committed Aug 25, 2020
1 parent f798244 commit b0b8a45
Show file tree
Hide file tree
Showing 7 changed files with 196,307 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ web_modules/
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
Expand Down
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: GitHub-Profile-Summary-Cards
description: Generate new profile summary cards and commit to default branch
author: vn7n24fzkq

inputs:
USERNAME:
description: 'GitHub username'
default: ${{ github.repository_owner }}

runs:
using: 'node12'
main: 'dist/index.js'

branding:
icon: 'activity'
color: 'orange'
Loading

0 comments on commit b0b8a45

Please sign in to comment.