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 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v1.0.0
12
+ uses : actions/checkout@v2
13
13
- name : Run tests
14
14
run : |
15
15
npm ci
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v1
14
+ uses : actions/checkout@v2
15
15
with :
16
16
ref : master
17
17
- name : Package
22
22
- name : Commit
23
23
run : |
24
24
git config --global user.name "GitHub Actions"
25
- git remote set-url origin https://x-access-token:[email protected] /$GITHUB_REPOSITORY
26
25
git add dist/
27
26
git commit -m "Update dist" || echo "No changes to commit"
28
27
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