We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c391c commit 2e9296aCopy full SHA for 2e9296a
.github/workflows/ci.yml
@@ -63,8 +63,17 @@ jobs:
63
- run: npm run all
64
- name: Run sbt-dependency-submission
65
uses: ./
66
+ id: dependency-submission
67
with:
68
working-directory: sbt-plugin
69
sbt-plugin-version: 2.2.0-SNAPSHOT
70
+ - name: Check outputs
71
+ run: |
72
+ echo ${{ steps.dependency-submission.outputs.submission-id }}
73
+ echo ${{ steps.dependency-submission.outputs.submission-api-url }}
74
+ echo ${{ steps.dependency-submission.outputs.snapshot-json-path }}
75
+ - name: Log snapshot JSON
76
77
+ cat ${{ steps.dependency-submission.outputs.snapshot-json-path }} | jq
78
79
0 commit comments