remove unused param

This commit is contained in:
Trym Lund Flogard 2021-06-05 14:13:47 +02:00
parent 78aff342ff
commit 2b05098faf
2 changed files with 1 additions and 6 deletions

View File

@ -25,11 +25,6 @@ inputs:
error: Fail the action with an error message
ignore: Do not output any warnings or errors, the action does not fail
default: 'warn'
retention-days:
description: >
Duration after which artifact will expire in days. 0 means using default retention.
Minimum 1 day.
Maximum 90 days unless changed from the repository settings page.
token:
description: GitHub Access Token
required: false

View File

@ -1,6 +1,6 @@
{
"name": "nextcloud-artifacts-action",
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"main": "lib/nextcloud-artifacts.js",
"scripts": {