Skip to content

Commit 3578ba5

Browse files
authored
apparently relative filepaths are not quoted
1 parent 3298895 commit 3578ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
link: '%actions.setup_pr.data.html_url%'
5757
actions:
5858
- type: getFileContents
59-
filename: "./lib/js/src/model.bs.js"
59+
filename: ./lib/js/src/model.bs.js
6060
action_id: index_bs_js
6161
- type: gate
6262
left: '/Generated by BUCKLESCRIPT/'
@@ -71,7 +71,7 @@ steps:
7171
link: '%actions.setup_pr.data.html_url%'
7272
actions:
7373
- type: getFileContents
74-
filename: "./bundle/index.js"
74+
filename: ./bundle/index.js
7575
action_id: bundle_index_js
7676
- type: gate
7777
left: '/fastpack/gm'

0 commit comments

Comments
 (0)