From 53004bf3ac0a88bf5b4f9963ee1b094897c90539 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Tue, 17 Oct 2023 09:41:25 +0200 Subject: [PATCH] chore: ci workflow --- .github/workflows/tokens.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tokens.yml b/.github/workflows/tokens.yml index 0827b1d1..1b71fe77 100644 --- a/.github/workflows/tokens.yml +++ b/.github/workflows/tokens.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Install - uses: ./install.yml + uses: ./.github/workflows/install.yml - name: Build run: pnpm run build:tokens - name: Commit files