From 99d78adf9c9116d950328e81d4eb4bdf230d5f5d Mon Sep 17 00:00:00 2001 From: Catenocrypt Date: Tue, 23 Feb 2021 11:26:05 +0100 Subject: [PATCH] Cleanup, remove TODO --- .github/workflows/fix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 4a55b7e96..3d9d51529 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -36,8 +36,8 @@ jobs: - name: Run fix-sanity script (fork repo, sanity only) if: github.repository_owner != 'trustwallet' run: npm run fix-sanity - - name: Debug # TODO remove - run: echo $GITHUB_REF $GITHUB_BASE_REF {{github.branch}} {{github.ref}} + - name: Debug + run: echo GITHUB_REF: $GITHUB_REF GITHUB_BASE_REF: $GITHUB_BASE_REF - name: Run history if: github.repository_owner == 'trustwallet' && (github.base_ref == 'master' || github.ref == 'refs/heads/master') run: npm run history