Skip to content

Commit 33f975f

Browse files
committed
Fix indentation
1 parent c6fae9e commit 33f975f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/yearly_update.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ jobs:
2222
if [[ $PINNED == true ]]; then
2323
gh issue pin "$new_issue_url"
2424
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
3525
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

0 commit comments

Comments
 (0)