generated from github/welcome-to-github-and-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>my-first-website</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="https://octodex.github.com/images/daftpunktocat-thomas.gif" id="octocat" alt="octocat-gif" />
<!-- Change this code here by copy and pasting your template on line 15 -->
<p>Welcome to your first GitHub Pages website!</p>
</body>
</html>
- name: ServiceNow ITSM Actions
# You may pin to the exact commit or the version.
# uses: shundor/servicenow-actions@e61808a890f5eeae51a75fc433ed91842e46040c
uses: shundor/[email protected]
with:
# ServiceNow instance host
sn_host:
# ServiceNow username
sn_username:
# ServiceNow password
sn_password:
# ServiceNow client ID
sn_client_id:
# ServiceNow client secret
sn_client_secret:
# ServiceNow module name
sn_module:
# ServiceNow module parameters
sn_module_params:
# Enable debug mode
debug: # optional, default is false