From eebbbe3a63f9930a113d590e92d1bcc2e4d157d2 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 15 Jun 2021 17:05:32 +0100 Subject: [PATCH] Rename DAG script --- .github/workflows/gh-pages.yml | 2 +- zcash-core-graph.py => zcash-issue-dag.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename zcash-core-graph.py => zcash-issue-dag.py (100%) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7e8624ab..fc720102 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 }} diff --git a/zcash-core-graph.py b/zcash-issue-dag.py similarity index 100% rename from zcash-core-graph.py rename to zcash-issue-dag.py