aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-29 06:49:04 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-29 06:55:10 -0500
commit659931a79bb62ae2cca90fd921277830effa0d7d (patch)
treec24dfeddcda2d3292ce876533815bdb8f0b19302 /.github/workflows/dependency-updates.yml
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-659931a79bb62ae2cca90fd921277830effa0d7d.tar.gz
ferdium-app-659931a79bb62ae2cca90fd921277830effa0d7d.tar.zst
ferdium-app-659931a79bb62ae2cca90fd921277830effa0d7d.zip
Use 'fetch-depth: 0' to pull in all history (trying to see if the submodule-update issue gets fixed)
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