mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 05:45:26 +02:00
Fix bug in workflow_dispatch checkout step
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Checkout (workflow_dispatch)
|
- name: Checkout (workflow_dispatch)
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: inputs.ref
|
ref: ${{ inputs.ref }}
|
||||||
if: github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'workflow_dispatch'
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
|
|||||||
Reference in New Issue
Block a user