File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed
Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 3737 uses : actions-js/push@master
3838 with :
3939 github_token : ${{ secrets.GITHUB_TOKEN }}
40- branch : master
40+ branch : master
41+
42+ - name : Update Botasaurus Desktop Starter Dependencies
43+ run : |
44+ git clone https://${{ secrets.PAT }}@github.com/omkarcloud/botasaurus-desktop-starter.git desktop-starter
45+ cd desktop-starter
46+ npm i
47+ npm run update
48+ git config user.name "github-actions[bot]"
49+ git config user.email "github-actions[bot]@users.noreply.github.com"
50+ git add .
51+ git commit -m "Update Botasaurus Desktop Starter Dependencies"
52+ git push
53+ env :
54+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Build and Deploy Botasaurus JS
33on :
44 push :
55 branches : [ master ]
6- # paths:
7- # - 'js/botasaurus-js/**'
6+ paths :
7+ - ' js/botasaurus-js/**'
88
99jobs :
1010 build-and-deploy :
Original file line number Diff line number Diff line change 3737 uses : actions-js/push@master
3838 with :
3939 github_token : ${{ secrets.GITHUB_TOKEN }}
40- branch : master
40+ branch : master
41+
42+ - name : Update Botasaurus Desktop Starter Dependencies
43+ run : |
44+ git clone https://${{ secrets.PAT }}@github.com/omkarcloud/botasaurus-desktop-starter.git desktop-starter
45+ cd desktop-starter
46+ npm i
47+ npm run update
48+ git config user.name "github-actions[bot]"
49+ git config user.email "github-actions[bot]@users.noreply.github.com"
50+ git add .
51+ git commit -m "Update Botasaurus Desktop Starter Dependencies"
52+ git push
53+ env :
54+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments