Skip to content

Commit

Permalink
handle multi-line run command appropriately (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski authored Nov 5, 2024
1 parent 9244d8a commit 4317d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: pipenv run sceptre --debug --var namespace=${{ github.event.ref }} delete develop/namespaced --yes

- name: Remove artifacts
run: |
run: >
pipenv run python src/scripts/manage_artifacts/artifacts.py
--remove
--namespace ${{ github.event.ref }}
Expand Down

0 comments on commit 4317d9d

Please sign in to comment.