summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2023-03-28 13:31:04 +0100
committerGitHub <noreply@github.com>2023-03-28 12:31:04 +0000
commit2e936afd5fbcfceae8db91123855b03c3342e767 (patch)
treee3ceccb4eaf90c2b531a72bef485bbbdbaa7cb10 /.github
parentMerge branch 'master' into develop (diff)
downloadsynapse-2e936afd5fbcfceae8db91123855b03c3342e767.tar.xz
Fix typo in developer docs GitHub workflow (#15336)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 20a29e7cbf..7443fd70d4 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -80,7 +80,7 @@ jobs:
     needs:
       - pre
     steps:
-      - uses: action/checkout@v3
+      - uses: actions/checkout@v3
 
       - name: "Set up Sphinx"
         uses: matrix-org/setup-python-poetry@v1