chore(ci): Fix checkout in snapshot workflow (#628)

This commit is contained in:
Anatolios Laskaris 2023-01-13 12:39:03 +02:00 committed by GitHub
parent 992fe06e60
commit 58039dfab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: fluencelabs/aqua
with: ${{ inputs.ref }}
ref: ${{ inputs.ref }}
- name: Download aqua-js artifact
uses: actions/download-artifact@v3
@ -168,7 +168,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: fluencelabs/aqua
with: ${{ inputs.ref }}
ref: ${{ inputs.ref }}
- name: Download aqua-js-lsp artifact
uses: actions/download-artifact@v3
@ -230,7 +230,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: fluencelabs/aqua
with: ${{ inputs.ref }}
ref: ${{ inputs.ref }}
- name: Download aqua-js artifact
uses: actions/download-artifact@v3