mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
Merge branch 'master' of https://github.com/srgooglo/comty
This commit is contained in:
commit
14a77a37e1
13
.github/workflows/changelog.yml
vendored
Normal file
13
.github/workflows/changelog.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
name: Create Changelogs
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
jobs:
|
||||||
|
create_changelog:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Create Changelogs
|
||||||
|
uses: heineiuo/create-changelogs@v0.2.8
|
@ -2,7 +2,7 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 5px 15px 5px 15px;
|
padding: 5px 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user