0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

ci: fix syntax error (#12271)

This commit is contained in:
Emanuele Stoppa 2024-10-21 12:21:29 +01:00 committed by GitHub
parent 93351bc78a
commit 8232ba2c4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.