Skip to content

Commit ebc37ca

Browse files
committed
Update action.yml
1 parent 163bae4 commit ebc37ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: "Pushbullet Notification"
2+
branding:
3+
icon: "bell"
4+
color: "red"
25
description: "A Github action to push Pushbullet notifications to your devices"
36
author: "ShaunLWM"
47
inputs:
58
PB_TOKEN:
69
description: "The Pushbullet API token"
710
runs:
811
using: "docker"
9-
image: "appropriate/curl:latest"
12+
image: "Dockerfile"

0 commit comments

Comments
 (0)