diff options
author | morpheus65535 <[email protected]> | 2024-03-20 13:22:21 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-20 13:22:21 -0400 |
commit | 5fc93b48fba29e56bf788e86c2c8c94818c36212 (patch) | |
tree | 8af6e88a9da405f9f71e6ede8edbf4c2b2dfafe4 | |
parent | 8b6204d24ff93a853215e30af4682518f3fd3029 (diff) | |
download | bazarr-1.4.3-beta.13.tar.gz bazarr-1.4.3-beta.13.zip |
no log: Update schedule.yamlv1.4.3-beta.13
-rw-r--r-- | .github/workflows/schedule.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index f69f016ea..93a1a1ecd 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Execute - uses: benc-uk/workflow-dispatch@v123 + uses: benc-uk/[email protected] with: workflow: "release_beta_to_dev" token: ${{ secrets.WF_GITHUB_TOKEN }} |