Skip to content

Put scripts in /tmp instead of working directory#2

Merged
Robert-Furth merged 1 commit intomasterfrom
clean-workdir
Aug 27, 2021
Merged

Put scripts in /tmp instead of working directory#2
Robert-Furth merged 1 commit intomasterfrom
clean-workdir

Conversation

@Robert-Furth
Copy link

The main fork of act puts scripts inside a folder in a container's working directory. This is problematic for some actions which expect the working directory to have a specific structure. For instance, apache/dubbo's Build and Test For Dubbo 3 workflow ensures that each file has an appropriate license header; since the scripts that act writes do not have such headers, the workflow fails. This PR makes act put scripts inside the /tmp/ directory in order to keep the working directory clean.

@Robert-Furth Robert-Furth merged commit 59c7adf into master Aug 27, 2021
@Robert-Furth Robert-Furth deleted the clean-workdir branch August 27, 2021 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant