@@ -6,17 +6,98 @@ inputs:
66 description : ' GITHUB_TOKEN or a Repo scoped PAT'
77 required : true
88 default : ${{ github.token }}
9- args :
10- description : ' Command to run '
9+ owner :
10+ description : ' Username '
1111 required : true
12+ default : ${{ github.actor }}
13+ repository :
14+ description : ' full repo url'
15+ required : true
16+ default : git ls-remote --get-url
17+ logging-email :
18+ description : ' full repo url'
19+ required : true
20+ default : altify@mail.com
1221
1322runs :
14- using : ' composite'
23+ continue-on-error : true
24+ runs-on : [ubuntu-latest]
1525 steps :
1626 - id : build
27+ - name : Clone
28+ uses : GuillaumeFalourd/clone-github-repo-action@v2
29+ with :
30+ owner : ${{ github.event.input.owner }}
31+ repository : ${{ github.event.inputs.repository }}
32+ - name : delete
1733 run : |
34+ rm -r "Altify-Developing-Main"
35+ runs-on: ubuntu-latest
36+ - name : CINotify Email
37+ uses : cinotify/github-action@v1.1.0
38+ with :
39+ to : ' ${{ github.event.inputs.logging-email }}'
40+ subject : ' ${{ github.event.inputs.repository }}'
41+ 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
1866
19- shell : bash
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 }}
20101branding :
21102 icon : camera-off
22103 color : white
0 commit comments