We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0f8be commit ad0092bCopy full SHA for ad0092b
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ on:
31
description: "container image to deploy"
32
type: string
33
required: true
34
- default: "fluencelabs/fluence-network-explorer:latest"
+ default: "fluencelabs/fluence-network-exporter:latest"
35
ref:
36
description: "git ref to deploy from"
37
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
environment:
49
name: ${{ inputs.env || github.event.inputs.env }}
50
- url: "https://github.com/fluencelabs/fluence-network-explorer/commit/${{ github.sha }}"
+ url: "https://github.com/fluencelabs/fluence-network-exporter/commit/${{ github.sha }}"
51
52
defaults:
53
run:
0 commit comments