Skip to content

Commit d3c391c

Browse files
committed
docs: document new output
1 parent 8bfaa67 commit d3c391c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Once the snapshot of the dependencies has been submitted, GitHub responds with a
6767

6868
The API URL of the submission created by the action. It can be queried to get the submitted snapshot.
6969

70+
#### `snapshot-json-path`
71+
72+
Path to the temporary JSON file with the dependency snapshot that has been submitted.
73+
7074
#### Example
7175

7276
##### Excluding some projects or some Scala versions from the dependency submission.

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ outputs:
4242
description: The ID of the submission created by the action
4343
submission-api-url:
4444
description: The URL of the submission created by the action
45+
snapshot-json-path:
46+
description: The path of the snapshot JSON file created by the action
4547
runs:
4648
using: 'node16'
4749
main: 'dist/index.js'

0 commit comments

Comments
 (0)