summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 bb3d7f09..a49f1a79 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -24,12 +24,12 @@ jobs:
uses: actions/checkout@v2
with:
path: typstc
- - name: Checkout toddle
+ - name: Checkout fontdock
uses: actions/checkout@v2
with:
- repository: typst/toddle
+ repository: typst/fontdock
token: ${{ secrets.TYPSTC_ACTION_TOKEN }} # `GitHub_PAT` is a secret that contains your PAT
- path: toddle
+ path: fontdock
- name: Checkout tide
uses: actions/checkout@v2
with: