Skip to content

Commit

Permalink
Update workflow for githubactiontestbiehubqe
Browse files Browse the repository at this point in the history
  • Loading branch information
LaylaLiu committed Aug 1, 2024
1 parent 2b0dbdf commit 6046f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const http = require('http');

const server = http.createServer((request, response) => {
response.writeHead(200, {"Content-Type": "text/plain"});
response.end("biehubqe" + process.versions.node);
response.end("biehubqe_2" + process.versions.node);
});

const port = process.env.PORT || 1337;
Expand Down

0 comments on commit 6046f91

Please sign in to comment.