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

Commit 84e6431

Browse files
authored
Add metadata (#6)
* Create action.yml * Update Dockerfile Fixes #5
1 parent 9b977fa commit 84e6431

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:10
22

3-
LABEL version="1.0.1"
3+
LABEL version="1.0.2"
44
LABEL repository="http://github.com/heowc/action-hexo"
55
LABEL homepage="https://heowc.github.io"
66
LABEL maintainer="heowc <[email protected]>"
@@ -19,4 +19,4 @@ COPY "entrypoint.sh" "/entrypoint.sh"
1919
RUN chmod +x /entrypoint.sh
2020

2121
ENTRYPOINT ["/entrypoint.sh"]
22-
CMD ["help"]
22+
CMD ["help"]

action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'GitHub Action for Hexo'
2+
description: 'Wraps the hexo CLI to enable common hexo commands.'
3+
author: 'heowc'
4+
runs:
5+
using: 'docker'
6+
image: 'Dockerfile'
7+
env:
8+
NAME: ''
9+
EMAIL: ''
10+
branding:
11+
color: 'red'
12+
icon: 'package'

0 commit comments

Comments
 (0)