Skip to content

Commit 175d72f

Browse files
committed
requested changes updated
Signed-off-by: Ankita Sahu <[email protected]>
1 parent 9b61177 commit 175d72f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/feature-list.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ jobs:
8484
uses: stefanzweifel/git-auto-commit-action@v5
8585
with:
8686
commit_message: Updated feature data
87-
file_pattern: ${{ env.FEATURES_FILE }}
87+
file_pattern: ${{ env.FEATURES_FILE }}
88+
branch: master
89+
commit_options: "--signoff"
90+
commit_user_name: l5io
91+
commit_user_email: [email protected]
92+
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>

assets/scss/_styles_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ a:not([href]):not([class]):hover {
372372
.matterinfo {
373373
font-weight: $font-weight-medium;
374374
background: $black;
375-
font-family: "Open Sans";
375+
font-family: "Qanelas Soft";
376376
border-style: solid;
377377
margin: 2rem auto;
378378
padding: 1rem;

0 commit comments

Comments
 (0)