diff --git a/action.yml b/action.yml index e6f37c7..5fee032 100644 --- a/action.yml +++ b/action.yml @@ -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: altify@mail.com 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/github-action@v1.1.0 + 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