Skip to content

Commit

Permalink
Merge pull request #28 from anthony-c-martin/validate-and-gen-markdown
Browse files Browse the repository at this point in the history
Validate and gen markdown
  • Loading branch information
anthony-c-martin committed Sep 13, 2023
2 parents 71bacf0 + 336b4cd commit 468fa22
Show file tree
Hide file tree
Showing 12 changed files with 843 additions and 10,302 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
environment:
name: Test
permissions:
contents: read
id-token: write
pull-requests: write
environment:
name: Test

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Bicep Action'
description: 'Testing with Bicep Action'
author: 'Anthony Martin'
inputs:
repo-token:
description: "A GitHub token for API access. Defaults to {{ github.token }}."
default: "${{ github.token }}"
required: true
subscriptionId:
required: true
description: 'Subscription Id'
Expand All @@ -14,6 +18,10 @@ inputs:
parametersFile:
required: true
description: 'Parameters File'
whatIf:
required: false
description: 'Run what-if'
default: false
runs:
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 468fa22

Please sign in to comment.