Fix bug in workflow_dispatch checkout step

This commit is contained in:
mikiher 2024-03-17 07:57:28 +02:00
parent d562f6a69f
commit f938fca2c7

View File

@ -22,7 +22,7 @@ jobs:
- name: Checkout (workflow_dispatch)
uses: actions/checkout@v4
with:
ref: inputs.ref
ref: ${{ inputs.ref }}
if: github.event_name == 'workflow_dispatch'
- name: Set up Node.js