File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
22
22
if [[ $PINNED == true ]]; then
23
23
gh issue pin "$new_issue_url"
24
24
fi
25
-
26
- env :
27
- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
- GH_REPO : ${{ github.repository }}
29
- PINNED : true
30
- TITLE : Yearly Website Update
31
- ASSIGNEES : doganulus
32
- LABELS : docs
33
- BODY : |
34
- ### Work Items
35
25
36
- - [ ] Update promotional materials
37
- - [ ] Update enrolment and graduation statistics
38
- - [ ] Update graduation photos
39
- - [ ] Review mission statements and other policies
26
+ env :
27
+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
+ GH_REPO : ${{ github.repository }}
29
+ PINNED : true
30
+ TITLE : Yearly Website Update
31
+ ASSIGNEES : doganulus
32
+ LABELS : docs
33
+ BODY : |
34
+ ### Work Items
35
+
36
+ - [ ] Update promotional materials
37
+ - [ ] Update enrolment and graduation statistics
38
+ - [ ] Update graduation photos
39
+ - [ ] Review mission statements and other policies
You can’t perform that action at this time.
0 commit comments