mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
chore(ci): Add excavator workflow (#2871)
* Create excavator.yml * Use own fork Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
This commit is contained in:
parent
6dc29087d9
commit
2461b07550
17
.github/workflows/excavator.yml
vendored
Normal file
17
.github/workflows/excavator.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
# run every 4 hours
|
||||||
|
- cron: '20 */4 * * *'
|
||||||
|
name: Excavator
|
||||||
|
jobs:
|
||||||
|
excavate:
|
||||||
|
name: Excavate
|
||||||
|
runs-on: windows-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Excavate
|
||||||
|
uses: ScoopInstaller/Scoop-GithubActions@main
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
SKIP_UPDATED: '1'
|
||||||
Loading…
x
Reference in New Issue
Block a user