You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using a GitHub Action in my project, and I've noticed an issue where the action is uploading all files in my directory without providing an option to exclude specific files or directories. While the underlying command-line tool used by the GitHub Action supports an "exclude" option, the Action itself seems to reject this option as invalid. (check the screenshow at the end)
My project contains fewer than 100 files, but according to the Action's logs, it is attempting to upload over 9,000 files, resulting in a total size of 51MB. Also I noticed that the Deno stops to receive my files due to an arbitrary timeout.
Expected Behavior:
I would expect the GitHub Action to provide a way to exclude specific files or directories from the upload process, as is supported by the underlying command-line tool. This would allow for more precise control over what gets uploaded and reduce unnecessary load on the workflow.
The text was updated successfully, but these errors were encountered:
mcandeia
changed the title
Using as a gitHub Action uploads all files without exclusion option
Using as a github Action uploads all files without exclusion option
Oct 26, 2023
Description
I am currently using a GitHub Action in my project, and I've noticed an issue where the action is uploading all files in my directory without providing an option to exclude specific files or directories. While the underlying command-line tool used by the GitHub Action supports an "exclude" option, the Action itself seems to reject this option as invalid. (check the screenshow at the end)
My project contains fewer than 100 files, but according to the Action's logs, it is attempting to upload over 9,000 files, resulting in a total size of 51MB. Also I noticed that the Deno stops to receive my files due to an arbitrary timeout.
Expected Behavior:
I would expect the GitHub Action to provide a way to exclude specific files or directories from the upload process, as is supported by the underlying command-line tool. This would allow for more precise control over what gets uploaded and reduce unnecessary load on the workflow.
Github Action Run example: https://github.com/deco-sites/candy-nodemod/actions/runs/6655099986/job/18084591799
![image](https://private-user-images.githubusercontent.com/5839364/278368116-79a81a44-fac5-45cd-af70-24b26132fa20.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDg1NDAsIm5iZiI6MTczOTM0ODI0MCwicGF0aCI6Ii81ODM5MzY0LzI3ODM2ODExNi03OWE4MWE0NC1mYWM1LTQ1Y2QtYWY3MC0yNGIyNjEzMmZhMjAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDgxNzIwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTQ1MzdjYWU4MGI5NjUzZDQzN2I0NmIzNjRmNjdjMTE4NWI1ZWUyNWYyNDQzNTM0ZmFhMmU2ZmJlOTM5M2M0MyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.ABUh6RHx736PnwEaU0DbA0yOaqnl19Ly3VY75vPF9GM)
The text was updated successfully, but these errors were encountered: