From 3947f427bc534f6dafef4fd3a1ea0bf2a11060f4 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Thu, 20 Oct 2022 20:09:36 +0800 Subject: [PATCH] Fix update.yml Didn't read the docs properly ugh --- .github/workflows/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fb03247422..09ff584a9d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -38,5 +38,4 @@ jobs: - name: Autobuild if: ${{ steps.save.outputs.updated }} - uses: terrapkg/packages/.github/workflows/autobuild.yml@manifest - with: {} + uses: ./.github/workflows/autobuild.yml