tweaked alter workflows

This commit is contained in:
drethereum 2025-04-22 13:59:41 -06:00
parent 0efd88e188
commit 456ae36828
2 changed files with 3 additions and 6 deletions

View File

@ -22,7 +22,6 @@ jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_alter_all_gha_tasks.yml@pre-release/v4-beta
with:
task_action: |
${{ inputs.task_action }}
task_action: ${{ inputs.task_action }}
target: prod
secrets: inherit

View File

@ -26,9 +26,7 @@ jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template_alter_gha_task.yml@pre-release/v4-beta
with:
workflow_name: |
${{ inputs.workflow_name }}
task_action: |
${{ inputs.task_action }}
workflow_name: ${{ inputs.workflow_name }}
task_action: ${{ inputs.task_action }}
target: prod
secrets: inherit