Skip to content

Commit e94170e

Browse files
authored
Update action.yml to use latest docker image tag (#13)
1 parent 1b43dc7 commit e94170e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ outputs:
220220
description: 100th element
221221
runs:
222222
using: docker
223-
image: docker://python:3.9.7-alpine3.14
224-
entrypoint: ./entrypoint.sh
223+
image: docker://winterjung/split:v2
225224
args:
226225
- ${{ inputs.msg }}
227226
- ${{ inputs.separator }}

0 commit comments

Comments
 (0)