ci: fix inputs for workflow dispatches

This commit is contained in:
iCrawl
2022-06-04 17:15:08 +02:00
parent 14018b0118
commit 8c5a7f80ef

View File

@@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: github.event.inputs.ref || ''
ref: ${{ github.event.inputs.ref || '' }}
- name: Install node.js v16
uses: actions/setup-node@v2