chore: Rename fluence-cli to flox (#319)

* Trigger

* Rename to flox
This commit is contained in:
Anatolios Laskaris 2023-07-10 10:22:06 +03:00 committed by GitHub
parent 82da491f3d
commit 4ef0d312ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 23 deletions

View File

@ -44,10 +44,10 @@ jobs:
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
fluence-cli:
flox:
needs:
- js-client
uses: fluencelabs/fluence-cli/.github/workflows/tests.yml@main
uses: fluencelabs/flox/.github/workflows/tests.yml@main
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"