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

Commit

Permalink
Add metadata (#6)
Browse files Browse the repository at this point in the history
* Create action.yml
* Update Dockerfile
Fixes #5
  • Loading branch information
heowc authored Feb 5, 2020
1 parent 9b977fa commit 84e6431
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:10

LABEL version="1.0.1"
LABEL version="1.0.2"
LABEL repository="http://github.com/heowc/action-hexo"
LABEL homepage="https://heowc.github.io"
LABEL maintainer="heowc <heowc1992@gmail.com>"
Expand All @@ -19,4 +19,4 @@ COPY "entrypoint.sh" "/entrypoint.sh"
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
CMD ["help"]
CMD ["help"]
12 changes: 12 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'GitHub Action for Hexo'
description: 'Wraps the hexo CLI to enable common hexo commands.'
author: 'heowc'
runs:
using: 'docker'
image: 'Dockerfile'
env:
NAME: ''
EMAIL: ''
branding:
color: 'red'
icon: 'package'

0 comments on commit 84e6431

Please sign in to comment.