Skip to content

Excavator

Excavator #3350

Workflow file for this run

name: Excavator
on:
workflow_dispatch:
schedule:
- cron: "*/60 * * * *"
workflow_run:
workflows: [Update README]
types: [completed]
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install and Import Module to convert yaml
shell: PowerShell
run: |
Install-Module "powershell-yaml" -Force
Import-Module "powershell-yaml"
- uses: actions/checkout@main
- name: Install Selenium
run: |
pip install selenium
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: "1"