File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - name : Checkout
14
+ - name : Checkout repository
15
15
uses : actions/checkout@v4
16
16
17
17
- name : Install PHP
@@ -26,12 +26,12 @@ jobs:
26
26
27
27
- name : Generate stubs
28
28
run : |
29
- ./generate.sh # Generate stubs
29
+ ./generate.sh
30
30
31
31
- name : Commit file
32
32
run : |
33
- git config --local user.name "GitHub Actions "
34
- git config --local user.email "no-reply@ github.com"
35
- git add wordpress-stubs.php
33
+ git config --local user.name "${{ github.actor }} "
34
+ git config --local user.email "41898282+github-actions[bot]@users.noreply. github.com"
35
+ git add -- wordpress-stubs.php
36
36
git commit -m "Update WordPress stubs" || exit 0
37
- git push origin ${{ github.ref_name }}
37
+ git push origin " ${{ github.ref_name }}"
You can’t perform that action at this time.
0 commit comments