mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-30 01:46:42 +00:00
style: add editorconfig file
This commit is contained in:
12
action.yml
12
action.yml
@@ -1,9 +1,9 @@
|
||||
# action.yml
|
||||
name: 'GitHub Slug'
|
||||
description: 'Action to slug and expose some github variables'
|
||||
name: "GitHub Slug"
|
||||
description: "Action to slug and expose some github variables"
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
branding:
|
||||
icon: 'crop'
|
||||
color: 'orange'
|
||||
icon: "crop"
|
||||
color: "orange"
|
||||
|
||||
Reference in New Issue
Block a user