Skip to content

Commit 3004f9e

Browse files
committed
fix: Read raw string
1 parent b443e56 commit 3004f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
import sys, os
3939
import json
4040
41-
json_file = "${{ github.action_path }}bin/resources.json"
41+
json_file = r"${{ github.action_path }}bin/resources.json"
4242
print("Reading '{}'".format(json_file))
4343
print("Reading '{}'".format(str(json_file)))
4444
try:

0 commit comments

Comments
 (0)