We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc13c78 commit 33dd2deCopy full SHA for 33dd2de
.github/workflows/sync-readme.yml
@@ -1,14 +1,16 @@
1
-name: Sync README
+name: Sync README and LICENSE
2
on: [push]
3
jobs:
4
sync:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - name: Sync README
9
- run: cp lib/README.md README.md
+ - name: Sync README and LICENSE
+ run: |
10
+ cp lib/README.md README.md
11
+ cp lib/LICENSE LICENSE
12
- uses: stefanzweifel/git-auto-commit-action@v5
13
with:
- commit_message: "Sync root README with lib/README"
14
+ commit_message: "Sync root README and LICENSE with lib/"
15
commit_user_name: "GitHub Actions"
16
commit_user_email: "[email protected]"
0 commit comments