You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yaml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,12 @@ description: Publish a version on Modrinth
3
3
inputs:
4
4
api-domain:
5
5
required: false
6
-
description: Modrinth API domain. For testing purposes you can set this to `staging-api.modrinth.com`. See [Modrinth Staging Server](https://staging.modrinth.com)
6
+
description: Modrinth API domain.
7
7
default: api.modrinth.com
8
+
deprecationMessage: >
9
+
The Modrinth Staging API is no longer recommended for testing or as a sandbox. Instead, consider creating a
10
+
‘draft’ project on the production API and deleting it after testing. This input is scheduled for removal in
0 commit comments