Skip to content

Excavator

Excavator #1218

Workflow file for this run

on:
schedule:
- cron: '0 6 * * *'
name: Excavator
jobs:
excavate:
name: Excavator
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: shovel-org/GithubActions@main
env:
GIT_USERNAME: Aleš Najmann
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'