File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5
5
jobs :
6
6
build :
7
7
name : Bump transitional dependencies
8
- if : github.repository == 'yeoman/environment'
9
8
runs-on : ubuntu-latest
10
9
steps :
11
10
- uses : actions/checkout@v2
@@ -16,16 +15,14 @@ jobs:
16
15
- name : Create commit
17
16
run : |
18
17
rm package-lock.json
19
- npm install || npm install --force
20
- git add .
21
- git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
22
- git config --local user.name "Github Actions"
23
- git commit -a -m "Bump transitional dependencies" || true
18
+ npm install
24
19
- name : Create Pull Request
25
20
uses :
peter-evans/[email protected]
26
21
with :
27
22
token : ${{ secrets.GITHUB_TOKEN }}
28
23
commit-message : ' Bump transitional dependencies'
24
+ committer : ' Github Actions <41898282+github-actions[bot]@users.noreply.github.com>'
25
+ author : ' Github Actions <41898282+github-actions[bot]@users.noreply.github.com>'
29
26
title : ' Bump transitional dependencies'
30
27
body : Transitional dependencies bump.
31
28
labels : ' dependencies'
You can’t perform that action at this time.
0 commit comments