Skip to content

Commit

Permalink
Fix config name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke committed Apr 9, 2024
1 parent 19764ca commit abe392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
--feedstock-subdir='feedstock' \
--Bake.job_name=${{ github.event.inputs.recipe_id }}-$GITHUB_RUN_ID-$GITHUB_RUN_ATTEMPT \
--Bake.recipe_id=${{ github.event.inputs.recipe_id }} \
-f configs/config.py
-f configs/config_dataflow.py
env:
GOOGLE_APPLICATION_CREDENTIALS: "${{ steps.auth.outputs.credentials_file_path }}"
GITHUB_RUN_ID: ${{ github.run_id }}
Expand Down

0 comments on commit abe392b

Please sign in to comment.