mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Change crappy tide/toddle CI mistake 🙄
This commit is contained in:
parent
5e42bc260e
commit
0e8c2cad6e
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -24,16 +24,16 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: typstc
|
path: typstc
|
||||||
- name: Checkout tide
|
- name: Checkout toddle
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: typst/toddle
|
repository: typst/toddle
|
||||||
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
|
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
|
||||||
path: toddle
|
path: toddle
|
||||||
- name: Checkout toddle
|
- name: Checkout tide
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: typst/toddle
|
repository: typst/tide
|
||||||
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
|
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
|
||||||
path: tide
|
path: tide
|
||||||
- name: Build
|
- name: Build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user