Java/.github/workflows/excavator.yml
Mathias Hermansson f2d70beddc
(chore): Enable Excavator action (#434)
* (chore): Enable Excavator action

* Add Excavator button
2022-10-13 12:21:54 +02:00

17 lines
343 B
YAML

on:
workflow_dispatch:
schedule:
- cron: '0 */4 * * *'
name: Excavator
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'