From 6fef0232ae7e65cf391ccf2fc5c4a5dc85c7e74f Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Sun, 28 Mar 2021 19:15:42 -0700 Subject: [PATCH] Fix collect changes (#58022) --- .github/workflows/gbp_collect.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gbp_collect.yml b/.github/workflows/gbp_collect.yml index b1d31b1ae0f..b10bbcf8022 100644 --- a/.github/workflows/gbp_collect.yml +++ b/.github/workflows/gbp_collect.yml @@ -23,7 +23,7 @@ jobs: - name: Copy configuration run: cp ./.github/gbp.toml ./gbp-balances/.github/gbp.toml - name: GBP action - uses: ./ + uses: Mothblocks/gbp-action@collate-changes with: collect: "true" directory: ./gbp-balances