Skip to content

Commit

Permalink
chore: first iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiLo22 committed Oct 22, 2024
1 parent d1aaf8c commit 7d91de7
Show file tree
Hide file tree
Showing 7 changed files with 46,832 additions and 19,831 deletions.
17 changes: 13 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,23 @@ branding:

# Define your inputs here.
inputs:
commit:
description: 'Commit Sha to be deployed'
semaphoreAPI:
description: 'Semaphore API to be queried'
required: true
semaphoreAPIKey:
description: 'Semaphore API key for authorization'
required: true
pull_request:
description: 'Pull Request that triggered the action'
required: true
component:
description: 'Component to be deployed'
required: true

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
deployment_permitted:
description: 'If true, automatic deployment can continue'

runs:
using: node20
Expand Down
Loading

0 comments on commit 7d91de7

Please sign in to comment.