mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 14:40:17 +00:00
ci: Add ability to specify git ref (#598)
This commit is contained in:
parent
daba370126
commit
eccc47bb73
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
aqua:
|
||||
name: "aqua"
|
||||
uses: ./.github/workflows/snapshot.yml
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
aqua-playground:
|
||||
needs: aqua
|
||||
|
5
.github/workflows/snapshot.yml
vendored
5
.github/workflows/snapshot.yml
vendored
@ -7,6 +7,10 @@ on:
|
||||
description: "@fluencejs/fluence version"
|
||||
type: string
|
||||
default: "null"
|
||||
ref:
|
||||
description: "git ref to checkout to"
|
||||
type: string
|
||||
default: "main"
|
||||
outputs:
|
||||
aqua-version:
|
||||
description: "@fluencelabs/aqua version"
|
||||
@ -25,6 +29,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: fluencelabs/aqua
|
||||
with: ${{ inputs.ref }}
|
||||
|
||||
- name: Generate version
|
||||
id: version
|
||||
|
Loading…
Reference in New Issue
Block a user