aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-18 12:29:28 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-18 12:29:49 +0530
commit1b58e90e862e0a3c64f6086b8a8c8ea66ffe1faf (patch)
tree955f6804e01483b05620577a86ab07fd117a538a /.github/workflows/dependency-updates.yml
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-1b58e90e862e0a3c64f6086b8a8c8ea66ffe1faf.tar.gz
ferdium-app-1b58e90e862e0a3c64f6086b8a8c8ea66ffe1faf.tar.zst
ferdium-app-1b58e90e862e0a3c64f6086b8a8c8ea66ffe1faf.zip
Slight perf improvement for GH build checkout action; removed unused workflow.
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index eb1fb56f2..f55f28334 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -26,7 +26,6 @@ jobs:
26 uses: actions/checkout@v2 26 uses: actions/checkout@v2
27 with: 27 with:
28 submodules: recursive 28 submodules: recursive
29 fetch-depth: 0
30 - name: Extract Git branch name from the currently checked out branch (not from the branch where this run was kicked off) 29 - name: Extract Git branch name from the currently checked out branch (not from the branch where this run was kicked off)
31 run: echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV 30 run: echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
32 shell: bash 31 shell: bash