From deb2f4f7accaf44eaea2849f907cbdcaf7621a72 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 1 Jul 2021 12:13:40 +0530 Subject: Fixed issue with hard-coded branch name in the 'git push' command. [skip ci] --- .github/workflows/dependency-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: git config user.name github-actions git config user.email github-actions@github.com git commit -am "Update submodules, browserslist data updates and linter fixes [skip ci]" --no-verify || true - git push origin nightly --no-verify + git push origin $(git rev-parse --abbrev-ref HEAD) --no-verify -- cgit v1.2.3-70-g09d2