Skip to content

Commit a467653

Browse files
committed
Show changes
1 parent 9d8bba4 commit a467653

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

action.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,10 @@ runs:
5656
set -e
5757
echo "Updating ${{inputs.project_file_name}} using schedule ${{inputs.schedule_path}}"
5858
pixi run --manifest-path ${{ github.action_path }}/pyproject.toml update-dependencies "${{ github.workspace }}/${{ inputs.project_file_name }}" "${{ github.workspace }}/${{ inputs.schedule_path }}"
59-
- name: Show changes (dry-run)
60-
if: ${{ inputs.create_pr != 'true' }}
59+
- name: Show changes
6160
shell: bash
6261
run: |
63-
echo "Dry run: showing changes that would be committed"
62+
echo "Showing changes that would be committed"
6463
git --no-pager diff ${{ inputs.project_file_name }}
6564
- name: Create Pull Request
6665
if: ${{ inputs.create_pr == 'true' }}

0 commit comments

Comments
 (0)