File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
DRY_RUN : " 1"
149
149
GH_TOKEN : " xxx"
150
150
GH_RELEASE_DRAFT : " true"
151
- GH_REPOSITORY : " openswoolebundle /release-version-script"
151
+ GH_REPOSITORY : " openswoole-bundle /release-version-script"
152
152
steps :
153
153
- checkout
154
154
- run :
@@ -169,7 +169,7 @@ jobs:
169
169
DEBUG : " 1"
170
170
DRY_RUN : " 0"
171
171
GH_RELEASE_DRAFT : " false"
172
- GH_REPOSITORY : " openswoolebundle /release-version-script"
172
+ GH_REPOSITORY : " openswoole-bundle /release-version-script"
173
173
steps :
174
174
- checkout
175
175
- run :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY release-version.sh /usr/local/bin/release-version
7
7
RUN chmod a+x /usr/local/bin/release-version
8
8
ENV CURRENT_VERSION="" \
9
9
DRY_RUN="0" \
10
- GH_REPOSITORY="openswoolebundle /release-version-script" \
10
+ GH_REPOSITORY="openswoole-bundle /release-version-script" \
11
11
GH_COMMITER_NAME="openswoole-bundle-bot" \
12
12
GH_COMMITER_EMAIL="147276322+openswoole-bundle-bot@users.noreply.github.com" \
13
13
GH_TOKEN="" \
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ services:
10
10
environment :
11
11
DEBUG : " ${DEBUG:-1}"
12
12
DRY_RUN : " ${DRY_RUN:-1}"
13
- GH_REPOSITORY : " ${GH_REPOSITORY:-openswoolebundle /release-version-script}"
14
- GH_COMMITER_NAME : " ${GH_COMMITER_NAME:-swoole -bundle-bot}"
15
- GH_COMMITER_EMAIL : " ${GH_COMMITER_EMAIL:-swoolebundle@gmail .com}"
13
+ GH_REPOSITORY : " ${GH_REPOSITORY:-openswoole-bundle /release-version-script}"
14
+ GH_COMMITER_NAME : " ${GH_COMMITER_NAME:-openswoole -bundle-bot}"
15
+ GH_COMMITER_EMAIL : " ${GH_COMMITER_EMAIL:-147276322+openswoole-bundle-bot@users.noreply.github .com}"
16
16
GH_TOKEN : " ${GH_TOKEN:-xxxxxxxx}"
17
17
GH_RELEASE_DRAFT : " ${GH_RELEASE_DRAFT:-true}"
18
18
GH_RELEASE_PRERELEASE : " ${GH_RELEASE_PRERELEASE:-false}"
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ if [[ $(git name-rev --name-only --tags HEAD) = "v$CURRENT_VERSION" ]]; then
23
23
fi
24
24
25
25
# Set GH env variables
26
- GH_COMMITER_NAME=" ${GH_COMMITER_NAME:- swoole -bundle-bot} "
27
- GH_COMMITER_EMAIL=" ${GH_COMMITER_EMAIL:- swoolebundle @ gmail .com} "
28
- GH_REPOSITORY=" ${GH_REPOSITORY:- openswoolebundle / swoole-bundle} "
26
+ GH_COMMITER_NAME=" ${GH_COMMITER_NAME:- openswoole -bundle-bot} "
27
+ GH_COMMITER_EMAIL=" ${GH_COMMITER_EMAIL:- 147276322+openswoole-bundle-bot @ users.noreply.github .com} "
28
+ GH_REPOSITORY=" ${GH_REPOSITORY:- openswoole-bundle / swoole-bundle} "
29
29
GH_TOKEN=" ${GH_TOKEN:? " Provide \" GH_TOKEN\" variable with GitHub Personal Access Token" } "
30
30
31
31
# Configure git
You can’t perform that action at this time.
0 commit comments