Skip to content

Commit

Permalink
🔧 Change action name
Browse files Browse the repository at this point in the history
  • Loading branch information
nownabe committed Jan 4, 2020
1 parent b9e2645 commit 8e64c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.11.2

LABEL version="1.0.0"
LABEL maintainer="nownabe"
LABEL com.github.actions.name="Envsubst"
LABEL com.github.actions.name="Simple Envsubst"
LABEL com.github.actions.description="Substitutes the values of environment variables"
LABEL com.github.actions.icon="file-text"
LABEL com.github.actions.color="red"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Envsubst
name: Simple Envsubst
author: nownabe
description: Substitutes the values of environment variables
inputs:
Expand Down

0 comments on commit 8e64c78

Please sign in to comment.