diff --git a/.github/workflows/update_validators_info.yml b/.github/workflows/update_validators_info.yml index a044d386fa83e..9fc802e4c51e0 100644 --- a/.github/workflows/update_validators_info.yml +++ b/.github/workflows/update_validators_info.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v2 with: token: ${{ secrets.DANGER_GITHUB_API_TOKEN }} + ref: ${{ github.head_ref }} - uses: actions/setup-node@v1 with: node-version: 12 @@ -25,4 +26,4 @@ jobs: with: commit_user_name: trust-wallet-merge-bot commit_user_email: mergebot@trustwallet.com - commit_message: Update validators info \ No newline at end of file + commit_message: Update validators info