diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-12-24 15:19:09 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-24 15:19:09 +0000 |
commit | 6ec304d13d5ed8a217f0f6d6ee98ecc98cac87af (patch) | |
tree | bb37288a8dba25f485c5b763098afb848a0a9669 /.github | |
parent | d6b74c908353c5051e188565e01b686a7017c3e9 (diff) | |
parent | 2247c55bfa9fd38bf3fbe80330a5c37f4988ee6a (diff) | |
download | bazarr-master.tar.gz bazarr-master.zip |
Diffstat (limited to '.github')
-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 93a1a1ecd..7601b4012 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/[email protected] + uses: benc-uk/[email protected] with: workflow: "release_beta_to_dev" token: ${{ secrets.WF_GITHUB_TOKEN }} |