Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Apr 19, 2024
1 parent 627690f commit ec99148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/meltano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ runs:
run: |
env &&
cd ${{ inputs.meltano_path }} &&
poetry run meltano config ${{ inputs.tap }} set no_tmp_dir_clean 1 &&
poetry run meltano run ${{ inputs.tap }} ${{ inputs.target }}
env:
MELTANO_DATABASE_URI: postgresql+psycopg://${{ inputs.db_user }}:${{ inputs.db_password }}@127.0.0.1:5432/${{ inputs.db_name }}
Expand Down

0 comments on commit ec99148

Please sign in to comment.