Cleanup, remove TODO

This commit is contained in:
Catenocrypt 2021-02-23 11:26:05 +01:00
parent 6d46ae4982
commit 99d78adf9c

View File

@ -36,8 +36,8 @@ jobs:
- name: Run fix-sanity script (fork repo, sanity only) - name: Run fix-sanity script (fork repo, sanity only)
if: github.repository_owner != 'trustwallet' if: github.repository_owner != 'trustwallet'
run: npm run fix-sanity run: npm run fix-sanity
- name: Debug # TODO remove - name: Debug
run: echo $GITHUB_REF $GITHUB_BASE_REF {{github.branch}} {{github.ref}} run: echo GITHUB_REF: $GITHUB_REF GITHUB_BASE_REF: $GITHUB_BASE_REF
- name: Run history - name: Run history
if: github.repository_owner == 'trustwallet' && (github.base_ref == 'master' || github.ref == 'refs/heads/master') if: github.repository_owner == 'trustwallet' && (github.base_ref == 'master' || github.ref == 'refs/heads/master')
run: npm run history run: npm run history