File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 99} = process . env ;
1010
1111// Make a 💫
12- export default makeAComment = async ( commentContent ) => {
12+ module . exports . makeAComment = async ( commentContent ) => {
1313 const prNumber = await fs . readFile ( GITHUB_EVENT_PATH , ( err , data ) => {
1414 if ( err ) {
1515 throw err ;
Original file line number Diff line number Diff line change 11const Shopify = require ( 'shopify-api-node' ) ;
2- const makeAComment = require ( './pr-comment' ) ;
2+ const makeAComment = require ( './pr-comment' ) . makeAComment ( ) ;
33require ( 'dotenv' ) . config ( ) ;
44
55/*
Original file line number Diff line number Diff line change 5252 GITHUB_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
5353 GITHUB_REPOSITORY : ${{secrets.GITHUB_REPOSITORY}}
5454 GITHUB_EVENT_PATH : ${{secrets.GITHUB_EVENT_PATH}}
55+
56+ # Upload Theme to Shopify
57+
58+ # Check if live, then send comment
You can’t perform that action at this time.
0 commit comments