Skip to content

Commit 2ec66bc

Browse files
authored
Update gatekeeper revision (#257)
Problem: The stable branch is diverged from main the last half a year and some fixes on main looks like the problem we see in CI. Solution: Try to use `main`.
1 parent 6fc610b commit 2ec66bc

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Open PR with docs changes
21-
uses: canonical/discourse-gatekeeper@stable
21+
uses: canonical/discourse-gatekeeper@main
2222
id: docs-pr
2323
with:
2424
discourse_host: discourse.charmhub.io

0 commit comments

Comments
 (0)