This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: qbt - trigger script update | |
| on: | |
| push: | |
| branches: [ main, master ] | |
| paths: | |
| - 'qbittorrent-nox-static.sh' | |
| - 'qbt-nox-static.bash' | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| trigger_workflow: | |
| runs-on: ubuntu-24.04-arm | |
| steps: | |
| - name: Trigger grab_files workflow in userdocs/qbt | |
| run: | | |
| gh workflow run grab_files.yaml --repo userdocs/qbt | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.QBT }} |