-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(action): improve marketplace information
- Loading branch information
Romain Lespinasse
authored
Nov 1, 2020
1 parent
d7817bf
commit 3cddc4f
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
name: "GitHub Slug" | ||
description: "Action to slug and expose some github variables" | ||
name: "GitHub Slug Action" | ||
description: "GitHub Action to expose slug value of environment variables inside your GitHub workflow" | ||
author: 'rlespinasse' | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
branding: | ||
icon: "crop" | ||
color: "orange" | ||
icon: "minimize" | ||
color: "blue" |