Skip to content

Commit

Permalink
Update YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannparisiendailymotion committed Feb 25, 2024
1 parent ae589e3 commit 5de7897
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
name: 'GCP Workflows Advanced Actions'
description: 'Help to deploy Cloud Functions used by a Workflow'
author: 'Yohann PARISIEN'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
Expand All @@ -9,10 +9,13 @@ branding:

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
env:
description: 'Environment (dev/staging/prod)'
required: true
default: 'dev'
specs:
description: 'Specifications of Workflow'
required: true
default: '1000'

# Define your outputs here.
outputs:
Expand Down

0 comments on commit 5de7897

Please sign in to comment.