Skip to content

Commit

Permalink
feat(action): improve marketplace information
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Lespinasse authored Nov 1, 2020
1 parent d7817bf commit 3cddc4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
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"

0 comments on commit 3cddc4f

Please sign in to comment.