mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
ci: fix syntax error (#12271)
This commit is contained in:
parent
93351bc78a
commit
8232ba2c4b
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -208,7 +208,6 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: withastro/docs
|
repository: withastro/docs
|
||||||
ref: 5.0.0-beta
|
|
||||||
path: smoke/docs
|
path: smoke/docs
|
||||||
# For a commit event on the `next` branch (`ref_name`), use the `5.0.0-beta` branch.
|
# 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.
|
# For a pull_request event merging into the `next` branch (`base_ref`), use the `5.0.0-beta` branch.
|
||||||
|
|
Loading…
Reference in a new issue