File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,21 @@ jobs:
2525 node-version : 20
2626 registry-url : ' https://registry.npmjs.org'
2727
28- # - name: Install dependencies and build
29- # working-directory: js/botasaurus-js
30- # run: |
31- # npm i --legacy-peer-deps
32- # npm run upload
33- # env:
34- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
36- # - name: Commit & Push changes
37- # uses: actions-js/push@master
38- # with:
39- # github_token: ${{ secrets.GITHUB_TOKEN }}
40- # branch: master
28+ - name : Install dependencies and build
29+ working-directory : js/botasaurus-js
30+ run : |
31+ npm i --legacy-peer-deps
32+ npm run upload
33+ env :
34+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4135
36+ - name : Commit & Push changes
37+ uses : actions-js/push@master
38+ with :
39+ github_token : ${{ secrets.GITHUB_TOKEN }}
40+ branch : master
4241
43- - name : Clone Botasaurus Desktop Starter
42+ - name : Update Botasaurus Desktop Starter Dependencies
4443 run : |
4544 git clone https://${{ secrets.PAT }}@github.com/omkarcloud/botasaurus-desktop-starter.git desktop-starter
4645 cd desktop-starter
4948 git config user.name "github-actions[bot]"
5049 git config user.email "github-actions[bot]@users.noreply.github.com"
5150 git add .
52- git commit -m "Update Botasaurus Desktop Starter"
51+ git commit -m "Update Botasaurus Desktop Starter Dependencies "
5352 git push
5453 env :
5554 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments