Skip to content

Commit dd7c90c

Browse files
committed
yaml config
1 parent e5d64fd commit dd7c90c

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/WORKFLOWS/solution.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,19 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
13-
- name: Setup node
14-
uses: actions/setup-node@v2
15-
with:
16-
node-version: 14
1712
- uses: actions/checkout@v2
1813
with:
1914
ref: ${{ github.head_ref }}
2015

16+
- name : Set up node and npm
17+
run : |
18+
cd ./.github/src/
19+
npm install
20+
cd ./.github/src
2121
# Runs a single command using the runners shell
22-
- name: Run the fetching script
22+
- name: Time to download script
2323
uses : ./
24-
run: |
25-
cd .github/src/
26-
npm install --save
27-
node app.js
28-
env :
29-
COOKIE_SECRET : ${{secrets.COOKIE_SECRET}}
24+
3025
- name: pushing the changes!!
3126
uses: stefanzweifel/git-auto-commit-action@v4
3227
with:

0 commit comments

Comments
 (0)