Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.

Commit fb2d9d2

Browse files
committed
Add action.yml, requirements
1 parent 448d4f9 commit fb2d9d2

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

action.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 'Dev-box'
2+
author: Jakub Bednarski
3+
description: 'Pinnable dynamic Gist with your latest Dev.to post.'
4+
5+
inputs:
6+
GH_TOKEN:
7+
description: 'GitHub access token with Gist scope'
8+
required: true
9+
10+
GIST_ID:
11+
description: 'The ID of Gist to update'
12+
required: true
13+
14+
DEVTO_USERNAME:
15+
description: 'Your Dev.to username'
16+
required: true
17+
18+
19+
runs:
20+
using: 'docker'
21+
image: 'Dockerfile'
22+
23+
branding:
24+
icon: 'bookmark'
25+
color: 'black'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests==2.21.0

0 commit comments

Comments
 (0)