mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
Update torrent.yml
This commit is contained in:
11
.github/workflows/torrent.yml
vendored
11
.github/workflows/torrent.yml
vendored
@@ -1,7 +1,12 @@
|
||||
name: Torrent Generation
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: 'Specify tag to run on'
|
||||
required: true
|
||||
default: 'master'
|
||||
|
||||
jobs:
|
||||
torrent:
|
||||
@@ -9,8 +14,10 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout with ref
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.inputs.ref }}
|
||||
|
||||
- name: Create torrents
|
||||
uses: devopsx/action-torrent@v1
|
||||
|
||||
Reference in New Issue
Block a user