豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 4c4e9db

Browse files
committed
fix: Add missing slash
1 parent 543d604 commit 4c4e9db

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
import sys, os
3838
import json
3939
40-
with open(r"${{ github.action_path }}bin/resources.json", "r") as f:
40+
with open(r"${{ github.action_path }}/bin/resources.json", "r") as f:
4141
json_content = json.load(f)
4242
4343
matching_versions = list(filter(lambda el: el["version"] == "${{ inputs.jython-version }}".strip(), json_content))

0 commit comments

Comments
 (0)