File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 84
84
uses : stefanzweifel/git-auto-commit-action@v5
85
85
with :
86
86
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>
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ a:not([href]):not([class]):hover {
372
372
.matterinfo {
373
373
font-weight : $font-weight-medium ;
374
374
background : $black ;
375
- font-family : " Open Sans " ;
375
+ font-family : " Qanelas Soft " ;
376
376
border-style : solid ;
377
377
margin : 2rem auto ;
378
378
padding : 1rem ;
You can’t perform that action at this time.
0 commit comments