From 4e6cdf2a09e701974f61b9b2e995ecde353765b9 Mon Sep 17 00:00:00 2001 From: Aahna Ashina <95955389+aahna-ashina@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:44:54 +0700 Subject: [PATCH] chore: print grain output (#179) #179 --- .github/workflows/distribute-grain.yml | 2 ++ .gitignore | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/distribute-grain.yml b/.github/workflows/distribute-grain.yml index e2d2a25b..53193f16 100644 --- a/.github/workflows/distribute-grain.yml +++ b/.github/workflows/distribute-grain.yml @@ -31,6 +31,8 @@ jobs: - name: Distribute Grain 💸 run: yarn grain > grain_output.txt + + - run: cat grain_output.txt - name: Store all payoutAddresses in lower-case run: node lower-case-payout-addresses.js diff --git a/.gitignore b/.gitignore index 1eefd2a4..cda88277 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ node_modules/ site/ output/* output/* -!output/grainIntegration* +!output/grainIntegration/ cache/ .env