mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
chore(ci): Fix checkout in snapshot workflow (#628)
This commit is contained in:
parent
992fe06e60
commit
58039dfab3
6
.github/workflows/snapshot.yml
vendored
6
.github/workflows/snapshot.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user