From f973b893fa276ec68d56ca1ea620b4ea88e50382 Mon Sep 17 00:00:00 2001 From: drethereum Date: Thu, 1 May 2025 08:42:45 -0600 Subject: [PATCH] s --- .../{dbt_alter_gha_task.yml => dbt_alter_gha_tasks.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{dbt_alter_gha_task.yml => dbt_alter_gha_tasks.yml} (84%) diff --git a/.github/workflows/dbt_alter_gha_task.yml b/.github/workflows/dbt_alter_gha_tasks.yml similarity index 84% rename from .github/workflows/dbt_alter_gha_task.yml rename to .github/workflows/dbt_alter_gha_tasks.yml index 1cb60fc..be92ee5 100644 --- a/.github/workflows/dbt_alter_gha_task.yml +++ b/.github/workflows/dbt_alter_gha_tasks.yml @@ -1,5 +1,5 @@ -name: dbt_alter_gha_task -run-name: dbt_alter_gha_task +name: dbt_alter_gha_tasks +run-name: dbt_alter_gha_tasks on: workflow_dispatch: @@ -24,7 +24,7 @@ concurrency: jobs: called_workflow_template: - uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_alter_gha_task.yml@pre-release/v4-beta + uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_alter_gha_tasks.yml@pre-release/v4-beta with: workflow_name: ${{ inputs.workflow_name }} task_action: ${{ inputs.task_action }}