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 afb12b4 commit 2b6a645Copy full SHA for 2b6a645
action.yml
@@ -34,9 +34,9 @@ runs:
34
cd -
35
36
# Run
37
-# - shell: bash
38
-# run: |
39
-# swift-doc-coverage ${{ inputs.inputs }} -r json -o "${{ github.workspace }}/result.json"
+ - shell: bash
+ run: |
+ swift-doc-coverage ${{ inputs.inputs }} -r json -o "${{ github.workspace }}/result.json"
40
# TOKEN="${{ inputs.token }}" FILE="${{ github.workspace }}/result.json" REPOSITORY="${{ github.repository }}" node ${{ github.action_path }}/action.js
41
42
0 commit comments