summaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-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 482d7f7a1..93b1b9b79 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -27,6 +27,7 @@ jobs:
27 uses: actions/checkout@v3 27 uses: actions/checkout@v3
28 with: 28 with:
29 submodules: recursive 29 submodules: recursive
30 fetch-depth: 0 # Note: Needed to be able to pull the 'develop' branch as well for merging
30 - name: Extract Git branch name and commit from the currently checked out branch (not from the branch where this run was kicked off) 31 - name: Extract Git branch name and commit from the currently checked out branch (not from the branch where this run was kicked off)
31 run: | 32 run: |
32 echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV 33 echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV