@@ -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
|
||||
|
||||
Reference in New Issue
Block a user