Files
SponsorBlockServer/.github/workflows/sb-server.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 17: mapping key "uses" already defined at line 10 line 18: mapping key "with" already defined at line 11 line 22: mapping key "secrets" already defined at line 15
2022-05-06 14:34:11 -04:00

23 lines
462 B
YAML

name: sb-runner
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/docker-build.yml
with:
name: "sb-server"
username: "ajayyy"
folder: "."
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./.github/workflows/docker-build.yml
with:
name: "rsync-host"
username: "ajayyy"
folder: "./rsync"
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}