From 349ed2d61155aa087b891a811977bb900d91e9a2 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Thu, 8 Jun 2023 21:32:11 +1000 Subject: [PATCH] Change inputs --- .github/workflows/allowlist-manual.yml | 2 ++ .github/workflows/allowlist.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/allowlist-manual.yml b/.github/workflows/allowlist-manual.yml index f6f13326c1..c45c27fb24 100644 --- a/.github/workflows/allowlist-manual.yml +++ b/.github/workflows/allowlist-manual.yml @@ -1,3 +1,5 @@ +name: Allowlist pool + on: workflow_dispatch: inputs: diff --git a/.github/workflows/allowlist.yml b/.github/workflows/allowlist.yml index 8fe84e1155..521c42aa36 100644 --- a/.github/workflows/allowlist.yml +++ b/.github/workflows/allowlist.yml @@ -31,7 +31,7 @@ jobs: - name: Install deps run: npm install cac - name: Run allowlist script - run: npx vite-node ./src/lib/scripts/automatic-prs/allowlist-pool.ts --network ${{github.event.inputs.network}} --poolType ${{github.event.inputs.poolType}} --poolId \"${{github.event.inputs.poolId}}\" --poolDescription "${{github.event.inputs.poolDescription}}" + run: npx vite-node ./src/lib/scripts/automatic-prs/allowlist-pool.ts --network ${{inputs.network}} --poolType ${{inputs.poolType}} --poolId \"${{inputs.poolId}}\" --poolDescription "${{inputs.poolDescription}}" - name: Run eslint fix of updated config files run: npm run lint:fix:config - name: Create Pull Request