File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 37
37
run : ' sed -i -e '' s/"php": "\^8.0"/"php": "\^7.3"/'' composer.json'
38
38
- name : Commit PHP 7.3 version
39
39
run : |
40
+ git config --global --add safe.directory /github/workspace && \
40
41
git config user.email noreply@github.com && \
41
42
git config user.name "GitHub Actions" && \
42
43
git checkout -b tmp-php-7.3-release && \
64
65
run : ' sed -i -e '' s/"php": "\^8.0"/"php": "\^7.4"/'' composer.json'
65
66
- name : Commit PHP 7.4 version
66
67
run : |
68
+ git config --global --add safe.directory /github/workspace && \
67
69
git config user.email noreply@github.com && \
68
70
git config user.name "GitHub Actions" && \
69
71
git checkout -b tmp-php-7.4-release && \
Original file line number Diff line number Diff line change 27
27
- name : Update README
28
28
run : sed -i '1s/^/# This branch is auto generated\n/' README.md
29
29
- name : Commit PHP 7.3 version
30
- uses : actions-x/commit@v2
30
+ uses : actions-x/commit@v6
31
31
with :
32
32
files : .
33
33
branch : php-7.3
56
56
- name : Update README
57
57
run : sed -i '1s/^/# This branch is auto generated\n/' README.md
58
58
- name : Commit PHP 7.4 version
59
- uses : actions-x/commit@v2
59
+ uses : actions-x/commit@v6
60
60
with :
61
61
files : .
62
62
branch : php-7.4
You can’t perform that action at this time.
0 commit comments