Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Altify-Development authored Apr 19, 2022
1 parent 0aee47b commit 02878e6
Showing 1 changed file with 85 additions and 4 deletions.
89 changes: 85 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02878e6

Please sign in to comment.