Skip to content

Commit b443e56

Browse files
committed
chore: Print json path
1 parent f61084e commit b443e56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ runs:
3939
import json
4040
4141
json_file = "${{ github.action_path }}bin/resources.json"
42+
print("Reading '{}'".format(json_file))
43+
print("Reading '{}'".format(str(json_file)))
4244
try:
4345
from pathlib import Path
4446
json_file = str(Path(json_file).resolve())

0 commit comments

Comments
 (0)