File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v1.0.0
12+ uses : actions/checkout@v2
1313 - name : Run tests
1414 run : |
1515 npm ci
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v1
14+ uses : actions/checkout@v2
1515 with :
1616 ref : master
1717 - name : Package
2222 - name : Commit
2323 run : |
2424 git config --global user.name "GitHub Actions"
25- git remote set-url origin https://x-access-token:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY
2625 git add dist/
2726 git commit -m "Update dist" || echo "No changes to commit"
2827 git push origin HEAD:master
29- env :
30- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments