Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 69f604b

Browse files
committed
do not copy mit license
Author would be overwritten
1 parent 0cdac69 commit 69f604b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/example-sync.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@ jobs:
3232
path: old_example
3333
ssh-key: ${{ secrets.GH_EXAMPLE_DEPLOY_SECRET }}
3434

35-
- name: move sources and Cargo.toml from old to new example
35+
- name: move sources, mit license and Cargo.toml from old to new example
3636
run: |
3737
echo "pwd:"
3838
pwd
3939
echo "ls -al:"
4040
ls -al
4141
rm rust-gh-example/src/main.rs
4242
rm rust-gh-example/Cargo.toml
43+
rm rust-gh-example/LICENSE-MIT
4344
cp old_example/src/* rust-gh-example/src/
4445
cp old_example/Cargo.toml rust-gh-example/Cargo.toml
46+
cp old_example/LICENSE-MIT rust-gh-example/LICENSE-MIT
4547
4648
- name: update example
4749
run: |

0 commit comments

Comments
 (0)