We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4a54c commit db93b3eCopy full SHA for db93b3e
.github/workflows/deploy-subgraph.yml
@@ -65,4 +65,4 @@ jobs:
65
--deploy-key ${{ secrets.GRAPH_DEPLOY_KEY }} \
66
${{ inputs.subgraph-name }} \
67
${{ inputs.manifest-file }} \
68
- --version-label ${GITHUB_SHA::8} > deployment.log 2>&1
+ --version-label ${GITHUB_SHA::8}
.github/workflows/deploy-v3-pools.yml
@@ -4,6 +4,8 @@ on:
4
branches: main
5
paths:
6
- "subgraphs/v3-pools/**"
7
+ workflow_dispatch:
8
+
9
jobs:
10
deploy-mainnet:
11
uses: ./.github/workflows/deploy-subgraph.yml
.github/workflows/deploy-v3-vault.yml
- "subgraphs/v3-vault/**"
0 commit comments