mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Remove workflow
This commit is contained in:
21
.github/workflows/update_generators.yml
vendored
21
.github/workflows/update_generators.yml
vendored
@@ -1,21 +0,0 @@
|
||||
name: Update Generators
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Update predicate
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
repository: misode/predicate
|
||||
github_token: ${{ secrets.GENERATORS_TOKEN }}
|
||||
- name: Update advancement
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
repository: misode/advancement
|
||||
github_token: ${{ secrets.GENERATORS_TOKEN }}
|
||||
Reference in New Issue
Block a user