Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ljtill committed Jul 3, 2024
1 parent 8eea55f commit b585936
Show file tree
Hide file tree
Showing 9 changed files with 378 additions and 181 deletions.
11 changes: 9 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: 'Azure Deployment Stacks Action'
description: 'GitHub Actions for deploying to Azure Deployment Stacks'
author: 'Lyon Till'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'cloud'
color: 'blue'

# Define your inputs here.
inputs:
name:
description: 'The name of the deployment stack.'
Expand Down Expand Up @@ -66,10 +64,19 @@ inputs:
templateFile:
description: 'A path to a ARM or Bicep file in the file system.'
required: false
templateSpec:
description: 'The template spec resource id.'
required: false
templateUri:
description: 'A uri to a remote template file.'
required: false

parametersFile:
description: 'A path to a ARM or Bicep paramter file in the file system.'
required: false
parametersUri:
description: 'A uri to a remote parameters file.'
required: false

bypassStackOutOfSyncError:
description:
Expand Down
Loading

0 comments on commit b585936

Please sign in to comment.