Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiroma committed Mar 20, 2023
1 parent e923498 commit acecf78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ runs:

- name: 'Download and run the cleanup script'
run: >
ssh server 'cd ${{ inputs.cleanup_dir }}
&& curl -o cleanup.sh https://raw.githubusercontent.com/eaudeweb/drupal-cleanup-action/1.x/cleanup.sh
&& chmod +x cleanup.sh
&& ./cleanup.sh "${{ inputs.pattern }}" ${{ inputs.retain }}'
ssh server 'cd ${{ inputs.cleanup_dir }}
&& curl -o cleanup.sh https://raw.githubusercontent.com/eaudeweb/drupal-cleanup-action/1.x/cleanup.sh
&& chmod +x cleanup.sh
&& ./cleanup.sh "${{ inputs.pattern }}" ${{ inputs.retain }}'
shell: bash

0 comments on commit acecf78

Please sign in to comment.