master
 1on:
 2  workflow_dispatch:
 3  schedule:
 4    # run every 4 hours
 5    - cron: '20 */4 * * *'
 6name: Excavator
 7jobs:
 8  excavate:
 9    name: Excavate
10    runs-on: windows-latest
11    steps:
12      - uses: actions/checkout@main
13      - name: Excavate
14        uses: ScoopInstaller/GithubActions@main
15        env:
16          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17          SKIP_UPDATED: 1