Skip to content

Commit 41160cc

Browse files
refactor: migrate to JavaScript action
1 parent f7c8387 commit 41160cc

File tree

6 files changed

+15335
-37
lines changed

6 files changed

+15335
-37
lines changed

Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

action.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: GitHub - Activity - Readme
22
description: Updates README with the recent GitHub activity of a user
33
author: jamesgeorge007
4+
5+
inputs:
6+
USERNAME:
7+
description: 'Your GitHub username'
8+
default: ${{ github.repository_owner }}
9+
410
branding:
511
color: yellow
612
icon: activity
13+
714
runs:
8-
using: docker
9-
image: Dockerfile
15+
using: node12
16+
main: dist/index.js

0 commit comments

Comments
 (0)