Skip to content

Commit

Permalink
CIV-424 Rename Storage Name
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Nov 29, 2023
1 parent fe66996 commit 672c171
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/template_techdocs.yml
Expand Up @@ -6,19 +6,19 @@ on:
publisher-type:
required: false
type: string
default: 'azureBlobStorage'
default: "azureBlobStorage"
storage-name:
required: false
type: string
default: 'staffbase-backstage-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 All @@ -38,7 +38,6 @@ on:

jobs:
techdocs:

name: TechDocs
runs-on: ubuntu-22.04

Expand Down

0 comments on commit 672c171

Please sign in to comment.