We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532e28d commit 37a140cCopy full SHA for 37a140c
.github/workflows/ci.yml
@@ -128,6 +128,7 @@ jobs:
128
- name: checkout the source code
129
uses: actions/checkout@v4
130
with:
131
+<<<<<<< HEAD
132
fetch-depth: 2
133
134
# Free up disk space on Linux by removing preinstalled components that
@@ -141,6 +142,9 @@ jobs:
141
142
# Rust Log Analyzer can't currently detect the PR number of a GitHub
143
# Actions build on its own, so a hint in the log message is needed to
144
# point it in the right direction.
145
+=======
146
+ fetch-depth: 0
147
+>>>>>>> 04bf0475aa2 ([SOL] Fix Ci error caused by insufficient git history fetched)
148
- name: configure the PR in which the error message will be posted
149
run: echo "[CI_PR_NUMBER=$num]"
150
env:
0 commit comments