Skip to content

Commit

Permalink
Fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
sblausten committed Jun 16, 2023
1 parent f8ada90 commit a4f57fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Sync Backstage Techdocs
uses: roadiehq/backstage-techdocs-sync
uses: roadiehq/sync-techdocs-action
with:
api-token: ${{ secrets.ROADIE_API_KEY }}
catalog-info-path: './catalog-info.yaml'
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Sync Backstage Techdocs
uses: roadiehq/backstage-techdocs-sync
uses: roadiehq/sync-techdocs-action
with:
api-token: ${{ secrets.ROADIE_API_KEY }}
catalog-info-path: './catalog-info.yaml'
Expand Down

0 comments on commit a4f57fc

Please sign in to comment.