summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-09 08:24:58 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-09 08:24:58 +0530
commitc2b6e3046372f4c3e6b7f3cae5ff869d0577cf67 (patch)
treea759a2d8a49de525d15aff08e2551574ee88a741 /.github
parentchore: update recipes [skip ci] (diff)
downloadferdium-app-c2b6e3046372f4c3e6b7f3cae5ff869d0577cf67.tar.gz
ferdium-app-c2b6e3046372f4c3e6b7f3cae5ff869d0577cf67.tar.zst
ferdium-app-c2b6e3046372f4c3e6b7f3cae5ff869d0577cf67.zip
chore: trying to avoid merge conflict when updating 'recipes' [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependency-updates.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 73a5bbb30..514a5ebb3 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -43,6 +43,7 @@ jobs:
43 run: npm i 43 run: npm i
44 - name: Update submodules 44 - name: Update submodules
45 run: | 45 run: |
46 rm -rf ./recipes
46 npm run update-submodules 47 npm run update-submodules
47 git add . 48 git add .
48 - name: Update browserslist db 49 - name: Update browserslist db