We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c5c44 commit 582108bCopy full SHA for 582108b
action.yml
@@ -64,7 +64,7 @@ runs:
64
# Use exfat instead of ntfs because ntfs creates an unremovable
65
# "System Volume Information" directory that makes actions/checkout fail.
66
# exfat is empty on creation
67
- aim_ll -a -s "20%" -m "$GITHUB_WORKSPACE" -p "/fs:exfat /q /y"
+ aim_ll -a -s "20%" -m "$GITHUB_WORKSPACE" -p "/fs:nfts /q /y"
68
# node's fs.promises.readdir used by actions/checkout fails if the
69
# directory is empty.
70
touch "$GITHUB_WORKSPACE"/dummy.txt
0 commit comments