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 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
submodules : recursive
13
13
token : ${{ secrets.PAT }}
14
- - uses : subosito/flutter-action@v2.8.0
14
+ - uses : subosito/flutter-action@v2
15
15
with :
16
16
channel : stable
17
17
- name : Clone deployment repo
18
18
run : |
19
- git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2 /Demo.git" "clone_dir"
19
+ git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified /Demo.git" "clone_dir"
20
20
rm -rf clone_dir/flutterwebsites/pub-canvas/
21
21
mkdir -p clone_dir/flutterwebsites/pub-canvas/
22
22
- name : Build
Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
with :
12
12
submodules : recursive
13
13
token : ${{ secrets.PAT }}
14
- - uses : subosito/flutter-action@v2.8.0
14
+ - uses : subosito/flutter-action@v2
15
15
with :
16
16
channel : stable
17
17
- name : Clone deployment repo
18
18
run : |
19
- git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2 /Demo.git" "clone_dir"
19
+ git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified /Demo.git" "clone_dir"
20
20
rm -rf clone_dir/flutterwebsites/pub-html/
21
21
mkdir -p clone_dir/flutterwebsites/pub-html/
22
22
- name : Build
Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : recursive
16
16
token : ${{ secrets.PAT }}
19
19
channel : stable
20
20
- name : Clone deployment repo
21
21
run : |
22
- git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2 /Demo.git" "clone_dir"
22
+ git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified /Demo.git" "clone_dir"
23
23
rm -rf clone_dir/flutterwebsites/pub
24
24
mkdir -p clone_dir/flutterwebsites/pub
25
25
- name : Build
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ The Pub.dev Template is licensed under Zero-Clause BSD and released as Emailware
105
105
## Acknowledgements ❤️
106
106
107
107
** Development:**
108
- * [ Ray Li] ( https://github.com/rayliverified2 )
108
+ * [ Ray Li] ( https://github.com/rayliverified )
109
109
110
110
** Sponsor:** [ Codelessly - Flutter App UI and Website Builder] ( https://codelessly.com/?utm_medium=link&utm_campaign=direct )
111
111
You can’t perform that action at this time.
0 commit comments