Rename DAG script

This commit is contained in:
Jack Grigg 2021-06-15 17:05:32 +01:00
parent eb4de7a82a
commit eebbbe3a63
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
run: sgqlc-codegen schema github_schema.json github_schema.py
- name: Render core DAG
run: python3 ./zcash-core-graph.py
run: python3 ./zcash-issue-dag.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ZENHUB_TOKEN: ${{ secrets.ZENHUB_TOKEN }}