diff --git a/action.yml b/action.yml index 4473fb6..6a38c80 100644 --- a/action.yml +++ b/action.yml @@ -234,6 +234,12 @@ runs: run: | set +e atmos ${{ inputs.command }} + # Generated by atmos + rm -rf .atmos + # Checkout of org level configs + rm -rf github + # Generated by screengrab + rm -f docker.env # Get all changed files and process them changed_files=$(git status --porcelain | grep -E "^\s?(M|\?\?)" | cut -c4-) set -e