From 25c555e169f96de918a7efe50b3ea2daca0b19c5 Mon Sep 17 00:00:00 2001 From: drethereum <71602799+drethereum@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:16:40 -0600 Subject: [PATCH] docs template path (#245) * docs template path * temp package --- .github/workflows/dbt_docs_update.yml | 2 +- packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dbt_docs_update.yml b/.github/workflows/dbt_docs_update.yml index b9d7113..fd9f7c1 100644 --- a/.github/workflows/dbt_docs_update.yml +++ b/.github/workflows/dbt_docs_update.yml @@ -10,5 +10,5 @@ concurrency: jobs: called_workflow_template: - uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_docs_update.yml@main + uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_docs_update.yml@DAT2-18/dds-refresh-cache secrets: inherit \ No newline at end of file diff --git a/packages.yml b/packages.yml index 2d352fd..f47b72e 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v4.29.0 \ No newline at end of file + revision: DAT2-18/dds-refresh-cache \ No newline at end of file