I want to using Remove dependency on the runner's volume feature from master branch,but workflow pod failed because of running the command sudo mv /home/runner/externals/* /mnt/externals.

solutions:
I try using the command cp -r /home/runner/externals/* /mnt/externals,it's ok.
This problem seems to be caused by access permissions
I want to using Remove dependency on the runner's volume feature from master branch,but workflow pod failed because of running the command

sudo mv /home/runner/externals/* /mnt/externals.solutions:
I try using the command
cp -r /home/runner/externals/* /mnt/externals,it's ok.This problem seems to be caused by access permissions