Skip to content

Commit e584fdd

Browse files
committed
Automated deployments from GitHub Actions
1 parent 5ddcfe4 commit e584fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD-azure-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Other stuff
1+
name: CD Azure Functions deployment
22

33
on:
44
# Trigger the workflow on push or pull request,

AutomaticClockOuts/clock_out.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const doClockOut = async (context) => {
3232
if(totalClockOutsExecuted > 0){
3333
axios.post(slackWebHook,
3434
{
35-
"text": `Hey guys, I did a clock out for you. \nVisit https://timetracker.ioet.com/ and set the right end time for your entries :pls: \n- ${usersWithClockOut.join('\n- ')}`
35+
"text": `Hey guys, I just did a clock out for you. \nPlease visit https://timetracker.ioet.com/ and set the right end time for your entries :pls: \n- ${usersWithClockOut.join('\n- ')}`
3636
}
3737
)
3838
.then(function (response) {

0 commit comments

Comments
 (0)