aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-01 12:13:40 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-01 12:14:22 +0530
commitdeb2f4f7accaf44eaea2849f907cbdcaf7621a72 (patch)
tree80b9fde0d74cc719e93a1af83c0e31627dd6b87d /.github
parentSimplified the scheduled nightly build since the linter and tests are anyways... (diff)
downloadferdium-app-deb2f4f7accaf44eaea2849f907cbdcaf7621a72.tar.gz
ferdium-app-deb2f4f7accaf44eaea2849f907cbdcaf7621a72.tar.zst
ferdium-app-deb2f4f7accaf44eaea2849f907cbdcaf7621a72.zip
Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependency-updates.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index bffcb54a3..5d6d34d9f 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -58,4 +58,4 @@ jobs:
58 git config user.name github-actions 58 git config user.name github-actions
59 git config user.email github-actions@github.com 59 git config user.email github-actions@github.com
60 git commit -am "Update submodules, browserslist data updates and linter fixes [skip ci]" --no-verify || true 60 git commit -am "Update submodules, browserslist data updates and linter fixes [skip ci]" --no-verify || true
61 git push origin nightly --no-verify 61 git push origin $(git rev-parse --abbrev-ref HEAD) --no-verify