From 5a6069e007e6ee7ea982ce7c40a3f6e4acbcdd85 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Sat, 31 Jul 2021 23:38:38 +0700 Subject: [PATCH] Create tasks.yaml --- .github/workflows/tasks.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/tasks.yaml diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml new file mode 100644 index 0000000..ea374e4 --- /dev/null +++ b/.github/workflows/tasks.yaml @@ -0,0 +1,24 @@ +name: Tasks +on: + push: + Schedule: + - cron: * */12 * * * +jobs: + build: + runs-on: ubuntu-latest + steps: + + - name: build + uses: minoplhy/filters-converter@github-actions-init + env: + API_TOKEN_GITHUB: ${{ secrets.API_KEY }} + with: + Destination_NAME: "filters" + Destination_REPO: "minoplhy/filters" + Destination_VERSION: "Uncategory" + site4: "https://invaild.kylz.nl" + GIT_NAME: "HurBar" + GIT_EMAIL: "Hurbar@m21.kylz.nl" + REPO_BRANCH: "Main" + - name: Checkout + uses: actions/checkout@v2