From 1c26c629746a6ebad33cbe1264c5aaa8d61a1ab8 Mon Sep 17 00:00:00 2001 From: Altify Date: Mon, 18 Apr 2022 21:31:25 -0700 Subject: [PATCH] Update action.yml --- action.yml | 65 ------------------------------------------------------ 1 file changed, 65 deletions(-) diff --git a/action.yml b/action.yml index 5fee032..aa22dc6 100644 --- a/action.yml +++ b/action.yml @@ -20,84 +20,19 @@ inputs: default: altify@mail.com runs: - 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 - - - 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