Skip to content

Commit

Permalink
Fix sync_docs workflow (#402)
Browse files Browse the repository at this point in the history
## Issue
Sync docs workflow is failing

## Solution
Fixed a typo in the pinned workflow version
  • Loading branch information
a-velasco authored Aug 16, 2024
1 parent 24ccaaa commit c205834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
sync-docs:
name: Sync docs from Discourse
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@16.7.0
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v16.7.0
secrets:
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}
Expand Down

0 comments on commit c205834

Please sign in to comment.