Skip to content

Commit 7707c41

Browse files
committed
Change init icon
The play icon is now used for apply.
1 parent 6eb7500 commit 7707c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM hashicorp/terraform:0.12.0
22

33
LABEL "com.github.actions.name"="terraform init"
44
LABEL "com.github.actions.description"="Run terraform init"
5-
LABEL "com.github.actions.icon"="play-circle"
5+
LABEL "com.github.actions.icon"="download"
66
LABEL "com.github.actions.color"="purple"
77

88
LABEL "repository"="https://github.com/hashicorp/terraform-github-actions"

0 commit comments

Comments
 (0)