Skip to content

Commit e802db9

Browse files
committed
Update workflow for githubactiontestaoxrzbny
1 parent a8eafe5 commit e802db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const http = require('http');
22

33
const server = http.createServer((request, response) => {
44
response.writeHead(200, {"Content-Type": "text/plain"});
5-
response.end("aoxrzbny" + process.versions.node);
5+
response.end("aoxrzbny_2" + process.versions.node);
66
});
77

88
const port = process.env.PORT || 1337;

0 commit comments

Comments
 (0)