Skip to content

Commit

Permalink
Update branding on action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-py committed May 7, 2020
1 parent 7828a98 commit d5fedff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'Dotenv to Setenv'
description: 'Export a .env file to environment variables (via set-env)'
name: 'Environment Variables from Dotenv'
author: "c-py"
description: 'Export environment variables from a "dotenv" file into GitHub Actions via set-env workflow commands'
branding:
icon: settings
color: orange
inputs:
env-file:
description: 'Path to the .env file (Default: .env)'
Expand Down

0 comments on commit d5fedff

Please sign in to comment.