Merge pull request #60 from FlipsideCrypto/quickfix-gha-adhoc-2

rm fromjson
This commit is contained in:
Jack Forgash 2025-06-30 11:01:28 -06:00 committed by GitHub
commit d35958aca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,10 +46,6 @@ jobs:
runs-on: ubuntu-latest
environment:
name: workflow_${{ inputs.environment }}
strategy:
matrix:
command: ${{fromJson(inputs.dbt_command)}}
steps:
- uses: actions/checkout@v3