Skip to content

Commit 10d9698

Browse files
committed
Action cache
1 parent 2b6a645 commit 10d9698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
- shell: bash
3838
run: |
3939
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
40+
TOKEN="${{ inputs.token }}" FILE="${{ github.workspace }}/result.json" REPOSITORY="${{ github.repository }}" node ${{ github.action_path }}/action.js
4141
4242
4343
branding:

0 commit comments

Comments
 (0)