8000 fixL use the correct source (#1642) · codecov/codecov-action@193421c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 193421c

Browse files
fixL use the correct source (#1642)
* fixL use the correct source * fix: use github action path * fix: bonus slash * fix: use GITHUB_ACTION_PATH * fix: slashy * Update action.yml
1 parent 6018df7 commit 193421c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,10 @@ inputs:
147147
description: 'Directory in which to execute codecov.sh'
148148
required: false
149149

150-
steps:
151-
- run:
152-
name: Upload to Codecov
153-
command: <<include(scripts/dist/codecov.sh)>>
154-
when: << parameters.when >>
155150
branding:
156151
color: 'red'
157152
icon: 'umbrella'
153+
158154
runs:
159155
using: "composite"
160156
steps:
@@ -180,7 +176,7 @@ runs:
180176
fi
181177
fi
182178
- name: Upload coverage to Codecov
183-
run: ./dist/codecov.sh
179+
run: ${GITHUB_ACTION_PATH}/dist/codecov.sh
184180
shell: bash
185181
working-directory: ${{ inputs.working-directory }}
186182
env:

0 commit comments

Comments
 (0)
0