Update xhttp XRequest.RetryAttempts #124
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Split | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
split: | |
runs-on: ubuntu-latest | |
env: | |
TOKEN: ${{ secrets.ACCESS_TOKEN }} | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
with: | |
persist-credentials: false | |
fetch-depth: 0 | |
- name: Run | |
run: | | |
git config pull.rebase true | |
git config --global user.email "actions@github.com" | |
git config --global user.name "actions-bot" | |
bash ./bin/split-linux.sh |