diff options
author | 2024-10-21 12:21:29 +0100 | |
---|---|---|
committer | 2024-10-21 12:21:29 +0100 | |
commit | 8232ba2c4b04882cc2a7bb7fa1f8cd1730f5bc03 (patch) | |
tree | 7acccf3fb6b18c6d07d5d0ac0800e7fbc8b3658a | |
parent | 93351bc78aed8f4ecff003268bad21c3b93c2f56 (diff) | |
download | astro-8232ba2c4b04882cc2a7bb7fa1f8cd1730f5bc03.tar.gz astro-8232ba2c4b04882cc2a7bb7fa1f8cd1730f5bc03.tar.zst astro-8232ba2c4b04882cc2a7bb7fa1f8cd1730f5bc03.zip |
ci: fix syntax error (#12271)
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d2a0cb60..9dc024dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,6 @@ jobs: uses: actions/checkout@v4 with: repository: withastro/docs - ref: 5.0.0-beta path: smoke/docs # For a commit event on the `next` branch (`ref_name`), use the `5.0.0-beta` branch. # For a pull_request event merging into the `next` branch (`base_ref`), use the `5.0.0-beta` branch. |