We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8bba4 commit a467653Copy full SHA for a467653
1 file changed
action.yaml
@@ -56,11 +56,10 @@ runs:
56
set -e
57
echo "Updating ${{inputs.project_file_name}} using schedule ${{inputs.schedule_path}}"
58
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' }}
+ - name: Show changes
61
shell: bash
62
run: |
63
- echo "Dry run: showing changes that would be committed"
+ echo "Showing changes that would be committed"
64
git --no-pager diff ${{ inputs.project_file_name }}
65
- name: Create Pull Request
66
if: ${{ inputs.create_pr == 'true' }}
0 commit comments