mirror of
https://github.com/actions/runner-container-hooks.git
synced 2026-01-12 05:21:22 +08:00
Compare commits
1 Commits
f8e1cae677
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f5708a2b8 |
@@ -48,6 +48,7 @@ export async function runScriptStep(
|
||||
'SRC=/__w/_temp_pre',
|
||||
'DST=/__w/_temp',
|
||||
// Overwrite _runner_file_commands
|
||||
'cp -a "$SRC/_runner_file_commands/." "$DST/_runner_file_commands"',
|
||||
`find "$SRC" -type f ! -path "*/_runner_file_commands/*" -exec sh -c '
|
||||
rel="\${1#$2/}"
|
||||
target="$3/$rel"
|
||||
|
||||
Reference in New Issue
Block a user