aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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