From 97352fea7959d3fab69a5e19b4d53f6d97c26665 Mon Sep 17 00:00:00 2001 From: Christophe Date: Fri, 13 Dec 2024 01:12:33 +0000 Subject: [PATCH] WIP --- .github/workflows/generate-token-lists.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate-token-lists.yml b/.github/workflows/generate-token-lists.yml index 300941cf..bd5838d7 100644 --- a/.github/workflows/generate-token-lists.yml +++ b/.github/workflows/generate-token-lists.yml @@ -58,13 +58,14 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3 - - uses: ./.github/actions/restore-orbit-chains-data - uses: ./.github/actions/restore-cache # - uses: ./.github/actions/generate-orbit-chains-data + - uses: ./.github/actions/restore-orbit-chains-data - id: set-matrix run: | + ls src/Assets/ echo "matrix=$(npx ts-node .github/scripts/generateMatrix.ts)" >> $GITHUB_OUTPUT generate-token-lists: