Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bariscanyilmaz committed Oct 2, 2021
1 parent 637b242 commit 1e2cfb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: 'paste-secret'
description: 'Pastes you GitHub secrets to given places'
author: 'Baris Can Yilmaz'
name: "paste-secret"
description: "Pastes you GitHub secrets to given places"
author: "Baris Can Yilmaz"
inputs:
secrets: #id of input
description: 'Replace secrets with given keys. Secrets definition is a json object [{"filename":"example.txt","keys":[{"key":"name","value":"baris"}]}]'
required: true

runs:
using: 'docker'
image: 'Dockerfile'
using: "docker"
image: "Dockerfile"
args:
- "--secrets"
- $"{{inputs.secrets}}""
- "${{inputs.secrets}}"

branding:
icon: 'eye-off'
color: 'blue'
icon: "eye-off"
color: "blue"

0 comments on commit 1e2cfb0

Please sign in to comment.