Skip to content

Commit d657167

Browse files
ochococoBinlogo
authored andcommitted
Improve the job commit step
Signed-off-by: Oktawian Chojnacki <oktawian@me.com>
1 parent 2b61136 commit d657167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate-playground.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
git config --local user.email "action@github.com"
3131
git config --local user.name "GitHub Action"
32+
git add Design-Patterns-CN.playground.zip
33+
git add Design-Patterns.playground.zip
34+
git add README.md
35+
git add README-CN.md
3236
git commit -m "Generate Playground"
3337
## Push changes to master branch
3438
- name: Push changes

0 commit comments

Comments
 (0)