Skip to content

Commit

Permalink
Correct entity name in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
montabot committed Mar 1, 2024
1 parent 43f0645 commit a96aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backstage_techdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
AWS_REGION: 'eu-west-1'
ENTITY_NAMESPACE: 'default'
ENTITY_KIND: 'Component'
ENTITY_NAME: 'backstage'
ENTITY_NAME: ${{ github.event.repository.name }}

steps:
- name: Checkout code
Expand Down

0 comments on commit a96aafd

Please sign in to comment.