Skip to content

Commit 8f6ddc5

Browse files
committed
actions BUGFIX set fetch depth
1 parent ac93b45 commit 8f6ddc5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110

111111
steps:
112112
- uses: actions/checkout@main
113+
with:
114+
fetch-depth: 100
113115

114116
- name: Deps-packages
115117
shell: bash
@@ -141,13 +143,6 @@ jobs:
141143
run: |
142144
pip install apkg
143145
apkg system-setup
144-
echo "git msg"
145-
git log --oneline -n1 --grep="^VERSION"
146-
echo "git msg2"
147-
git log --oneline -n1 --grep=^VERSION
148-
echo "git msg3"
149-
git log --oneline -n1 --grep=VERSION
150-
echo "git msg4"
151146
apkg build
152147
apkg install
153148
if: ${{ matrix.config.name == 'DEB Package' }}

0 commit comments

Comments
 (0)