Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Oct 24, 2023
1 parent 0a5309e commit 1f9e83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ runs:
arguments+=("--registry-secrets" "${{ inputs.registry_secrets }}")
arguments+=("--working-directory" "${{ inputs.working_directory }}")
arguments+=("--default-registry-domain" "${{ inputs.default_registry_domain }}")
echo "Running command: python $file ${arguments[@]}"
python $file "${arguments[@]}"
- name: Push changes
Expand Down

0 comments on commit 1f9e83b

Please sign in to comment.