diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index b09210c02..176c59f68 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -28,7 +28,7 @@ jobs: - name: Run fix script (trustwallet repo, sanity and consistency) if: github.repository_owner == 'trustwallet' run: npm run fix - - name: Run fix script (fork repo, sanity only) + - name: Run fix-sanity script (fork repo, sanity only) if: github.repository_owner != 'trustwallet' run: npm run fix-sanity - name: Show fix result (diff); run 'npm run fix' locally @@ -40,8 +40,7 @@ jobs: - name: Run test run: npm t - name: Commit changes - # disabled on forks, commit there causes no CI run - if: success() && (github.repository_owner == 'trustwallet') + if: success() uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: commit_user_name: trust-wallet-merge-bot