summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin <mhaug@live.de>2020-07-19 13:11:20 +0200
committerGitHub <noreply@github.com>2020-07-19 13:11:20 +0200
commit0e8c2cad6e4fee283f8f2d6fb9a571173b59fda2 (patch)
tree4dbbc8f434097a57245654f85587e02ae7bb4ef7
parent5e42bc260ed9f808835804b49e2f2e0d60e5a101 (diff)
Change crappy tide/toddle CI mistake 🙄
-rw-r--r--.github/workflows/rust.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index fe066e29..bb3d7f09 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -24,16 +24,16 @@ jobs:
uses: actions/checkout@v2
with:
path: typstc
- - name: Checkout tide
+ - name: Checkout toddle
uses: actions/checkout@v2
with:
repository: typst/toddle
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
path: toddle
- - name: Checkout toddle
+ - name: Checkout tide
uses: actions/checkout@v2
with:
- repository: typst/toddle
+ repository: typst/tide
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
path: tide
- name: Build