Skip to content

Commit a586d20

Browse files
authored
Pin sync_docs.yaml version (#169)
Pins `_sync_docs.yaml` to a release instead of `main`. This prevents the workflow from breaking when a new sync_docs is released to the public interface.
1 parent c5e7a6d commit a586d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@main
13+
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v18.0.0
1414
secrets:
1515
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
1616
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}

0 commit comments

Comments
 (0)