Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kir-Antipov committed Aug 21, 2022
1 parent 7f684f1 commit 45765a3
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 10 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ inputs:
default: ${undefined}
modrinth-retry-attempts:
description: The maximum number of attempts to publish assets
default: 2
default: ${undefined}
required: false
modrinth-retry-delay:
description: Time delay between attempts to publish assets (in milliseconds)
default: 10000
default: ${undefined}
required: false
modrinth-fail-mode:
description: Determines how errors that occur during mod publishing process are handled
Expand Down Expand Up @@ -246,11 +246,11 @@ inputs:
default: ${undefined}
curseforge-retry-attempts:
description: The maximum number of attempts to publish assets
default: 2
default: ${undefined}
required: false
curseforge-retry-delay:
description: Time delay between attempts to publish assets (in milliseconds)
default: 10000
default: ${undefined}
required: false
curseforge-fail-mode:
description: Determines how errors that occur during mod publishing process are handled
Expand Down Expand Up @@ -310,11 +310,11 @@ inputs:
default: ${undefined}
github-retry-attempts:
description: The maximum number of attempts to publish assets
default: 2
default: ${undefined}
required: false
github-retry-delay:
description: Time delay between attempts to publish assets (in milliseconds)
default: 10000
default: ${undefined}
required: false
github-fail-mode:
description: Determines how errors that occur during mod publishing process are handled
Expand Down
Loading

0 comments on commit 45765a3

Please sign in to comment.