Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple SH Files are showing on server #172

Open
webbyus opened this issue Oct 8, 2023 · 4 comments
Open

Multiple SH Files are showing on server #172

webbyus opened this issue Oct 8, 2023 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@webbyus
Copy link

webbyus commented Oct 8, 2023

@easingthemes @sebastianblesgen I added SCRIPT_BEFORE: | , SCRIPT_AFTER to my YAML file,I can see multiple temp .sh files are in there . How could I clear those things ?

temp.png

@easingthemes
Copy link
Owner

This was introduced in latest release to fix #164 - enabling usage of the action multiple times.
Now we need update to remove temp files once script is executed.

@nickfera
Copy link

nickfera commented Oct 19, 2023

I am using ubuntu and added a command to SCRIPT_AFTER to find files that match the name and delete them. Note that in SCRIPT_AFTER I navigate to the folder where the files are located before running this line.

find ./ -name "local_ssh_script-before*" | xargs rm

Run the command without | xargs rm through the terminal just to be sure that it's in the correct directory and finding the files.

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale Issues without activity label Nov 19, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2023
@easingthemes easingthemes removed the stale Issues without activity label Jan 18, 2024
@easingthemes easingthemes reopened this Jan 18, 2024
@easingthemes easingthemes added the help wanted Extra attention is needed label Feb 6, 2024
Copy link

github-actions bot commented May 7, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale Issues without activity label May 7, 2024
@easingthemes easingthemes removed the stale Issues without activity label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants