Skip to content

Commit 1becc7d

Browse files
committed
Action cache
1 parent e7785b8 commit 1becc7d

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
@@ -40,7 +40,7 @@ runs:
4040
- shell: bash
4141
run: |
4242
swift-doc-coverage ${{ inputs.inputs }} -r json -o ./result.json
43-
TOKEN="@{{ github.token }}" node ${{ github.action_path }}/action.js
43+
TOKEN="${{ github.token }}" node ${{ github.action_path }}/action.js
4444
4545
4646
branding:

0 commit comments

Comments
 (0)