Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Oct 24, 2023
1 parent 2bf611c commit b349df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
arguments+=("--working-directory" "${{ inputs.working_directory }}")
arguments+=("--default-registry-domain" "${{ inputs.default_registry_domain }}")
#python -m "$module" "${arguments[@]}"
python -m "$module" "--help
python -m "$module" "--help"
- name: Push changes
if: ${{ inputs.push_changes == 'true' }}
Expand Down

0 comments on commit b349df2

Please sign in to comment.