1
0
Fork 0
mirror of https://code.forgejo.org/actions/upload-artifact.git synced 2024-09-20 02:36:06 +02:00

Update documentation for action

This commit is contained in:
Ryan Troost 2024-08-22 14:46:08 +00:00 committed by GitHub
parent d99c5eca07
commit ff37344dc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,11 @@ inputs:
Minimum 1 day.
Maximum 90 days unless changed from the repository settings page.
include-hidden-files:
description: >
If true, hidden files will be included in the uploaded artifact.
If false, hidden files will be excluded from the uploaded artifact.
default: 'false'
runs:
using: 'node16'
main: 'dist/index.js'