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 2b6a645 commit 10d9698Copy full SHA for 10d9698
action.yml
@@ -37,7 +37,7 @@ runs:
37
- shell: bash
38
run: |
39
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
+ TOKEN="${{ inputs.token }}" FILE="${{ github.workspace }}/result.json" REPOSITORY="${{ github.repository }}" node ${{ github.action_path }}/action.js
41
42
43
branding:
0 commit comments