Skip to content

Commit 1c26c62

Browse files
Update action.yml
1 parent 642e4de commit 1c26c62

File tree

1 file changed

+0
-65
lines changed

1 file changed

+0
-65
lines changed

action.yml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -20,84 +20,19 @@ inputs:
2020
default: altify@mail.com
2121

2222
runs:
23-
continue-on-error: true
24-
runs-on: [ubuntu-latest]
2523
steps:
2624
- id: build
27-
- name: Clone
2825
uses: GuillaumeFalourd/clone-github-repo-action@v2
2926
with:
3027
owner: ${{ github.event.input.owner }}
3128
repository: ${{ github.event.inputs.repository }}
32-
- name: delete
3329
run: |
3430
rm -r "Altify-Developing-Main"
35-
runs-on: ubuntu-latest
36-
- name: CINotify Email
3731
uses: cinotify/github-action@v1.1.0
3832
with:
3933
to: '${{ github.event.inputs.logging-email }}'
4034
subject: '${{ github.event.inputs.repository }}'
4135
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 }}
10136
branding:
10237
icon: camera-off
10338
color: white

0 commit comments

Comments
 (0)