File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 timeout-minutes : 5
1717
1818 env :
19- HUBOT_ADAPTER : ' hubot-matrix'
19+ HUBOT_ADAPTER : ' @xurizaemon/ hubot-matrix'
2020 HUBOT_FAREWELL_ENABLED : true
2121 HUBOT_FAREWELL_MESSAGE : " Goodbye from GHA Hubot demo"
2222 HUBOT_FAREWELL_TARGET : ${{ secrets.TEST_MATRIX_ROOM }}
5656 npm install --save github:xurizaemon/hubot-farewell github:xurizaemon/hubot-startup
5757 echo '["@xurizaemon/hubot-farewell", "@xurizaemon/hubot-startup"]' > external-scripts.json
5858 echo "PATH=$PATH:$( pwd )/node_modules/.bin" >> $GITHUB_ENV
59+ ls -lAF node_modules/
5960 - name : Start Hubot, let plugins say hello & goodbye
6061 run : |
6162 cd $HUBOT_ROOT
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Use the following adapter based on your Hubot version (`npm list hubot`).
1414
1515Set the following variables:
1616
17- * ` HUBOT_ADAPTER ` should be ` hubot-matrix `
17+ * ` HUBOT_ADAPTER ` should be ` @xurizaemon/ hubot-matrix`
1818* ` HUBOT_MATRIX_HOST_SERVER ` - the Matrix server to connect to (default is ` https://matrix.org ` if unset)
1919* ` HUBOT_MATRIX_USER ` - bot login on the Matrix server - eg ` @examplebotname:matrix.example.org `
2020* ` HUBOT_MATRIX_PASSWORD ` - bot password on the Matrix server
Original file line number Diff line number Diff line change 11{
22 "version" : " 3.0.0" ,
3- "name" : " hubot-matrix" ,
3+ "name" : " @xurizaemon/ hubot-matrix" ,
44 "description" : " Matrix adapter for Hubot" ,
55 "license" : " MIT" ,
66 "main" : " src/matrix.mjs" ,
99 "image-size" : " ^1.0.2" ,
1010 "matrix-js-sdk" : " ^37.4.0" ,
1111 "node-localstorage" : " ^3.0.5" ,
12- "parent-require" : " ^1.0.0" ,
1312 "request" : " ^2.88.2"
1413 },
1514 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments