mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-23 16:23:41 +00:00
d006b4ecea
Bumps [benc-uk/workflow-dispatch](https://github.com/benc-uk/workflow-dispatch) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/benc-uk/workflow-dispatch/releases) - [Commits](https://github.com/benc-uk/workflow-dispatch/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: benc-uk/workflow-dispatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
362 B
YAML
17 lines
362 B
YAML
name: Schedule Trigger
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 6 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
Release-Nightly:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Execute
|
|
uses: benc-uk/workflow-dispatch@v1.2.4
|
|
with:
|
|
workflow: "release_beta_to_dev"
|
|
token: ${{ secrets.WF_GITHUB_TOKEN }}
|
|
ref: "refs/heads/development"
|