There was an error while loading. Please reload this page.
1 parent 2b61136 commit d657167Copy full SHA for d657167
.github/workflows/generate-playground.yml
@@ -29,6 +29,10 @@ jobs:
29
run: |
30
git config --local user.email "action@github.com"
31
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
36
git commit -m "Generate Playground"
37
## Push changes to master branch
38
- name: Push changes
0 commit comments