From 2b05098fafdc97adffe0d680825755f2c358313b Mon Sep 17 00:00:00 2001 From: Trym Lund Flogard Date: Sat, 5 Jun 2021 14:13:47 +0200 Subject: [PATCH] remove unused param --- action.yml | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/action.yml b/action.yml index a9af213..6e7d6d6 100644 --- a/action.yml +++ b/action.yml @@ -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 diff --git a/package.json b/package.json index ea2a6c5..7c9a6b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud-artifacts-action", - "version": "1.0.0", + "version": "2.0.0", "description": "", "main": "lib/nextcloud-artifacts.js", "scripts": {