Skip to content

Commit 0c1e45b

Browse files
committed
docs: document new outputs
1 parent 081e243 commit 0c1e45b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner.
5757

5858
Example: `${{ secrets.USER_TOKEN }}`
5959

60+
### Outputs
61+
62+
#### `submission-id`
63+
64+
Once the snapshot of the dependencies has been submitted, GitHub responds with an ID of this snapshot.
65+
66+
#### `submission-api-url`
67+
68+
The API URL of the submission created by the action. It can be queried to get the submitted snapshot.
69+
6070
#### Example
6171

6272
##### Excluding some projects or some Scala versions from the dependency submission.
@@ -133,7 +143,3 @@ permissions:
133143
### sbt.librarymanagement.ResolveException: Error downloading
134144

135145
This error may happen when you try to access artifacts from private GitHub packages with the default GitHub token. You need to pass personal access token which is allowed to access private packages in the `token` input.
136-
137-
138-
139-

0 commit comments

Comments
 (0)