Skip to content

Commit 95fbc2f

Browse files
committed
labels
1 parent c5bd734 commit 95fbc2f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM pulimento/alpine-hugo-firebase
22

33
# Github labels
4-
#LABEL "com.github.actions.name"="Hugo action"
5-
#LABEL "com.github.actions.description"="Run Hugo build"
6-
#LABEL "com.github.actions.icon"="package"
7-
#LABEL "com.github.actions.color"="green"
4+
LABEL "com.github.actions.icon"="arrow-up-circle"
5+
LABEL "com.github.actions.color"="green"
86

97
# Things to do!
108
ADD entrypoint.sh /entrypoint.sh

action.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: 'build-and-deploy'
22
description: 'Builds the site using Hugo, and deploy it to Firebase Hosting'
3-
icon: 'arrow-up-circle'
4-
color: 'green'
53
inputs:
64
firebase-token:
75
description: 'Firebase token (obtained via firebase tools -- firebase login:ci)'

0 commit comments

Comments
 (0)