質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
function postSlack(text){
|
66
66
|
|
67
|
-
var url = "https://hooks
|
67
|
+
var url = "https://hooksxxxxxxxxxxxx" ;
|
68
68
|
|
69
69
|
var options = {
|
70
70
|
|
@@ -74,7 +74,7 @@
|
|
74
74
|
|
75
75
|
"payload" : JSON.stringify({
|
76
76
|
|
77
|
-
"channel" : "#
|
77
|
+
"channel" : "#チャンネル名",
|
78
78
|
|
79
79
|
"text" : text,
|
80
80
|
|
@@ -146,7 +146,7 @@
|
|
146
146
|
|
147
147
|
"BOX URL:" + notifySheet.getRange("H" + rowNum).getValue() + "\n" +
|
148
148
|
|
149
|
-
"SS URL" + "https
|
149
|
+
"SS URL" + "https xxxxxxxxxxxx";
|
150
150
|
|
151
151
|
}
|
152
152
|
|