Skip to content

Commit

Permalink
🎨 using single quotes for parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Nov 29, 2023
1 parent cd752b0 commit 950ee4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/template_techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
publisher-type:
required: false
type: string
default: "azureBlobStorage"
default: 'azureBlobStorage'
storage-name:
required: false
type: string
default: "techdocs"
default: 'techdocs'
aws-region:
required: false
type: string
default: "eu-central-1"
default: 'eu-central-1'
entity-kind:
required: false
type: string
default: "Component"
default: 'Component'
entity-name:
required: false
type: string
Expand Down

0 comments on commit 950ee4c

Please sign in to comment.