-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0aee47b
commit 02878e6
Showing
1 changed file
with
85 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,98 @@ inputs: | |
description: 'GITHUB_TOKEN or a Repo scoped PAT' | ||
required: true | ||
default: ${{ github.token }} | ||
args: | ||
description: 'Command to run' | ||
owner: | ||
description: 'Username' | ||
required: true | ||
default: ${{ github.actor }} | ||
repository: | ||
description: 'full repo url' | ||
required: true | ||
default: git ls-remote --get-url | ||
logging-email: | ||
description: 'full repo url' | ||
required: true | ||
default: [email protected] | ||
|
||
runs: | ||
using: 'composite' | ||
continue-on-error: true | ||
runs-on: [ubuntu-latest] | ||
steps: | ||
- id: build | ||
- name: Clone | ||
uses: GuillaumeFalourd/clone-github-repo-action@v2 | ||
with: | ||
owner: ${{ github.event.input.owner }} | ||
repository: ${{ github.event.inputs.repository }} | ||
- name: delete | ||
run: | | ||
rm -r "Altify-Developing-Main" | ||
runs-on: ubuntu-latest | ||
- name: CINotify Email | ||
uses: cinotify/[email protected] | ||
with: | ||
to: '${{ github.event.inputs.logging-email }}' | ||
subject: '${{ github.event.inputs.repository }}' | ||
body: '${{ github.event.inputs.owner }} - Run - The bot is 100% completed' | ||
Warning: | ||
continue-on-error: true | ||
runs-on: [macOS-latest] | ||
steps: | ||
- name: WarnUser1 | ||
continue-on-error: true | ||
run: | | ||
cat("::warning Information=::This was created by Altify Developing") | ||
shell: RScript {0} | ||
- name: WarnUser2 | ||
continue-on-error: true | ||
run: | | ||
cat("::warning Information=::And you may also be subject to account suspension - https://github.community/t/account-suspension/1287") | ||
shell: RScript {0} | ||
WindowsVB-1: | ||
continue-on-error: true | ||
needs: [Warning] | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest, windows-latest] | ||
steps: | ||
- name: Setup Chrome | ||
uses: browser-actions/setup-chrome@latest | ||
|
||
shell: bash | ||
- name: Utilize Chromium | ||
run: | | ||
chrome ${{ github.events.inputs.repository }} | ||
chrome ${{ github.events.inputs.repository }} | ||
chrome ${{ github.events.inputs.repository }} | ||
chrome ${{ github.events.inputs.repository }} | ||
chrome ${{ github.events.inputs.repository }} | ||
chrome ${{ github.events.inputs.repository }} | ||
- name: Open Sites | ||
run: | | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
start "C:\hostedtoolcache\windows\chromium\latest\x64\chrome.exe" ${{ github.events.inputs.repository }} | ||
branding: | ||
icon: camera-off | ||
color: white |