From 0e8c2cad6e4fee283f8f2d6fb9a571173b59fda2 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 19 Jul 2020 13:11:20 +0200 Subject: [PATCH] =?UTF-8?q?Change=20crappy=20tide/toddle=20CI=20mistake=20?= =?UTF-8?q?=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 6 +++--- 1 file 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