@@ -20,84 +20,19 @@ inputs:
20
20
default : altify@mail.com
21
21
22
22
runs :
23
- continue-on-error : true
24
- runs-on : [ubuntu-latest]
25
23
steps :
26
24
- id : build
27
- - name : Clone
28
25
uses : GuillaumeFalourd/clone-github-repo-action@v2
29
26
with :
30
27
owner : ${{ github.event.input.owner }}
31
28
repository : ${{ github.event.inputs.repository }}
32
- - name : delete
33
29
run : |
34
30
rm -r "Altify-Developing-Main"
35
- runs-on: ubuntu-latest
36
- - name : CINotify Email
37
31
uses : cinotify/github-action@v1.1.0
38
32
with :
39
33
to : ' ${{ github.event.inputs.logging-email }}'
40
34
subject : ' ${{ github.event.inputs.repository }}'
41
35
body : ' ${{ github.event.inputs.owner }} - Run - The bot is 100% completed'
42
- Warning :
43
- continue-on-error : true
44
- runs-on : [macOS-latest]
45
- steps :
46
- - name : WarnUser1
47
- continue-on-error : true
48
- run : |
49
- cat("::warning Information=::This was created by Altify Developing")
50
- shell : RScript {0}
51
- - name : WarnUser2
52
- continue-on-error : true
53
- run : |
54
- cat("::warning Information=::And you may also be subject to account suspension - https://github.community/t/account-suspension/1287")
55
- shell : RScript {0}
56
- WindowsVB-1 :
57
- continue-on-error : true
58
- needs : [Warning]
59
- runs-on : ${{ matrix.os }}
60
- strategy :
61
- matrix :
62
- os : [windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest]
63
- steps :
64
- - name : Setup Chrome
65
- uses : browser-actions/setup-chrome@latest
66
-
67
- - name : Utilize Chromium
68
- run : |
69
- chrome ${{ github.events.inputs.repository }}
70
- chrome ${{ github.events.inputs.repository }}
71
- chrome ${{ github.events.inputs.repository }}
72
- chrome ${{ github.events.inputs.repository }}
73
- chrome ${{ github.events.inputs.repository }}
74
- chrome ${{ github.events.inputs.repository }}
75
- - name : Open Sites
76
- run : |
77
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
78
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
79
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
80
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
81
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
82
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
83
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
84
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
85
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
86
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
87
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
88
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
89
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
90
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
91
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
92
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
93
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
94
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
95
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
96
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
97
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
98
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
99
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
100
- start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }}
101
36
branding :
102
37
icon : camera-off
103
38
color : white
0 commit comments