File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- name : Git config
30
30
run : |
31
- git config --global user.email "${{secrets .GH_EMAIL}}"
32
- git config --global user.name "${{secrets .GH_NAME}}"
31
+ git config --global user.email "${{vars .GH_EMAIL}}"
32
+ git config --global user.name "${{vars .GH_NAME}}"
33
33
34
34
- name : Apply version bump (major)
35
35
if : contains(github.event.pull_request.labels.*.name, 'major')
Original file line number Diff line number Diff line change 27
27
registry-url : https://registry.npmjs.org/
28
28
- name : Git config
29
29
run : |
30
- git config --global user.email "${{secrets .GH_EMAIL}}"
31
- git config --global user.name "${{secrets .GH_NAME}}"
30
+ git config --global user.email "${{vars .GH_EMAIL}}"
31
+ git config --global user.name "${{vars .GH_NAME}}"
32
32
33
33
- name : Apply version bump (major)
34
34
if : contains(github.event.pull_request.labels.*.name, 'major')
You can’t perform that action at this time.
0 commit comments