Skip to content

Commit 33dd2de

Browse files
committed
License is marked as real file instead of syslink
1 parent bc13c78 commit 33dd2de

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/sync-readme.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Sync README
1+
name: Sync README and LICENSE
22
on: [push]
33
jobs:
44
sync:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- name: Sync README
9-
run: cp lib/README.md README.md
8+
- name: Sync README and LICENSE
9+
run: |
10+
cp lib/README.md README.md
11+
cp lib/LICENSE LICENSE
1012
- uses: stefanzweifel/git-auto-commit-action@v5
1113
with:
12-
commit_message: "Sync root README with lib/README"
14+
commit_message: "Sync root README and LICENSE with lib/"
1315
commit_user_name: "GitHub Actions"
1416
commit_user_email: "[email protected]"

0 commit comments

Comments
 (0)