Skip to content

Commit 098092a

Browse files
committed
rm folders and update
Former-commit-id: 49b9711
1 parent 09382e5 commit 098092a

File tree

39 files changed

+36
-30
lines changed

39 files changed

+36
-30
lines changed

.github/workflows/news.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
defaults:
1111
run:
1212
shell: bash
13-
working-directory: automation-scripts/News
13+
working-directory: api/News
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -33,11 +33,6 @@ jobs:
3333
NEWS_API_KEY: ${{ secrets.NEWS_API_KEY }}
3434
run: yarn start
3535

36-
- name: Move news.json
37-
run: |-
38-
git add news.json
39-
git mv -f news.json ../../api/news.json
40-
4136
- name: Commit and push if changed
4237
run: |-
4338
git config --global user.email "actions@github.com"

.github/workflows/packages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
- name: Run
3232
run: yarn start
3333

34-
- name: Move packages.json
35-
run: |-
36-
git add packages.json
37-
git mv -f packages.json ../../api/packages.json
38-
3934
- name: Commit and push if changed
4035
run: |-
4136
git config --global user.email "actions@github.com"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)