Skip to content

Commit 9c3e425

Browse files
committed
change action
1 parent 6fa395d commit 9c3e425

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
FROM pulimento/alpine-hugo-firebase
22

3-
# Github labels
4-
LABEL "com.github.actions.icon"="arrow-up-circle"
5-
LABEL "com.github.actions.color"="green"
6-
73
# Things to do!
84
ADD entrypoint.sh /entrypoint.sh
95
ENTRYPOINT ["sh", "/entrypoint.sh"]

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'Hugo build and Firebase Deploy'
22
description: 'Builds the site using Hugo, and deploy it to Firebase Hosting'
3+
branding:
4+
icon: 'arrow-up-circle'
5+
color: 'green'
36
inputs:
47
firebase-token:
58
description: 'Firebase token (obtained via firebase tools -- firebase login:ci)'

0 commit comments

Comments
 (0)