Skip to content

Commit 5e66c7f

Browse files
committed
fixes
1 parent 9ed28f5 commit 5e66c7f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/deploy-botasaurus-controls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
npm run update
5252
git config user.name "github-actions[bot]"
5353
git config user.email "github-actions[bot]@users.noreply.github.com"
54+
git pull
5455
git add .
5556
git commit -m "Update Botasaurus Desktop Starter Dependencies"
5657
git push

.github/workflows/deploy-botasaurus-js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
npm run update
5252
git config user.name "github-actions[bot]"
5353
git config user.email "github-actions[bot]@users.noreply.github.com"
54+
git pull
5455
git add .
5556
git commit -m "Update Botasaurus Desktop Starter Dependencies"
5657
git push

.github/workflows/deploy-botasaurus-server-js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
npm run update
5252
git config user.name "github-actions[bot]"
5353
git config user.email "github-actions[bot]@users.noreply.github.com"
54+
git pull
5455
git add .
5556
git commit -m "Update Botasaurus Desktop Starter Dependencies"
5657
git push

0 commit comments

Comments
 (0)