Skip to content

Commit e42bb14

Browse files
authored
Merge pull request #6 from Staffbase/axdotl-patch-1
🐛 Fix property name
2 parents 4352d90 + eb0a7ba commit e42bb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ runs:
6868
run: |
6969
techdocs-cli publish --publisher-type ${{ inputs.publisher-type }} \
7070
--storage-name ${{ inputs.storage-name }} \
71-
--entity ${{ inputs.entity-namespace }}/${{ inputs.entity-type }}/${{ inputs.entity-name }}
71+
--entity ${{ inputs.entity-namespace }}/${{ inputs.entity-kind }}/${{ inputs.entity-name }}
7272
7373
- name: Publish TechDocs site to Azure Blob
7474
if: inputs.publisher-type == 'azureBlobStorage' && inputs.azure-account-name != '' && inputs.azure-account-key != ''
7575
shell: bash
7676
run: |
7777
techdocs-cli publish --publisher-type ${{ inputs.publisher-type }} \
7878
--storage-name ${{ inputs.storage-name }} \
79-
--entity ${{ inputs.entity-namespace }}/${{ inputs.entity-type }}/${{ inputs.entity-name }} \
79+
--entity ${{ inputs.entity-namespace }}/${{ inputs.entity-kind }}/${{ inputs.entity-name }} \
8080
--azureAccountName ${{ inputs.azure-account-name }} \
8181
--azureAccountKey ${{ inputs.azure-account-key }}
8282

0 commit comments

Comments
 (0)