fix ref format

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-01-24 16:36:50 +01:00
parent e77926db84
commit 232f66cfbf
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
ref: {{ github.event.inputs.version }}
ref: ${{ github.event.inputs.version }}
- name: Install dependencies
run: yarn install
- name: Checkout versions