Skip to content

Commit 2b6a645

Browse files
committed
Action cache
1 parent afb12b4 commit 2b6a645

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ runs:
3434
cd -
3535
3636
# Run
37-
# - shell: bash
38-
# run: |
39-
# swift-doc-coverage ${{ inputs.inputs }} -r json -o "${{ github.workspace }}/result.json"
37+
- shell: bash
38+
run: |
39+
swift-doc-coverage ${{ inputs.inputs }} -r json -o "${{ github.workspace }}/result.json"
4040
# TOKEN="${{ inputs.token }}" FILE="${{ github.workspace }}/result.json" REPOSITORY="${{ github.repository }}" node ${{ github.action_path }}/action.js
4141

4242

0 commit comments

Comments
 (0)