-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation improvements #636
base: main
Are you sure you want to change the base?
Commits on Oct 30, 2024
-
Improve
if-no-files-found
documentationIf `if-no-files-found: ignore` and `overwrite: false` and an artifact already exists, the action will fail, so clarify that `ignore` doesn't guarantee the action won't fail.
Configuration menu - View commit details
-
Copy full SHA for 38ea23d - Browse repository at this point
Copy the full SHA 38ea23dView commit details -
Improve
retention-days
documentationClarify that `retention-days: 0` is a valid configuration which is numerically less than 1, but that the shortest retention is `1` (it is _not_ a minimum value according to Math/Numbers/Integers, it's just the shortest retention value). Clarify that the maximum `retention-days` value is configured per repository (which implicitly inherits from organizations...) but that the default for repositories is 90 days.
Configuration menu - View commit details
-
Copy full SHA for fd99883 - Browse repository at this point
Copy the full SHA fd99883View commit details -
Improve
compression-level
documentationWrap text so that it isn't clipped when rendered in: https://github.com/actions/upload-artifact?tab=readme-ov-file#inputs
Configuration menu - View commit details
-
Copy full SHA for 3ebf8b2 - Browse repository at this point
Copy the full SHA 3ebf8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc6a0a - Browse repository at this point
Copy the full SHA ecc6a0aView commit details -
Use `the` for `artifact-id` as it's a precise instance and not an amorphous artifact. Fix boolean grammar for `artifact-url` -- all conditions must be true in order for the `artifact-url` to be valid.
Configuration menu - View commit details
-
Copy full SHA for 55f5a1a - Browse repository at this point
Copy the full SHA 55f5a1aView commit details -
Improve Zip archives documentation grammar
As the format is `Zip`, it's wrong to precede it with an article `a` which would be more appropriate for an instance of the format.
Configuration menu - View commit details
-
Copy full SHA for f8fff0c - Browse repository at this point
Copy the full SHA f8fff0cView commit details -
Improve trashcan documentation
Reorder paragraph to simplify messaging for only users with write permissions instead of getting people's hopes up that there might be a trash can only to dash it a sentence later.
Configuration menu - View commit details
-
Copy full SHA for 6201cb9 - Browse repository at this point
Copy the full SHA 6201cb9View commit details