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 f6b9e39 commit 0f971c8Copy full SHA for 0f971c8
.github/workflows/ci.yml
@@ -104,6 +104,7 @@ jobs:
104
- name: checkout the source code
105
uses: actions/checkout@v4
106
with:
107
+<<<<<<< HEAD
108
fetch-depth: 2
109
110
# Free up disk space on Linux by removing preinstalled components that
@@ -117,6 +118,9 @@ jobs:
117
118
# Rust Log Analyzer can't currently detect the PR number of a GitHub
119
# Actions build on its own, so a hint in the log message is needed to
120
# point it in the right direction.
121
+=======
122
+ fetch-depth: 0
123
+>>>>>>> 04bf0475aa2 ([SOL] Fix Ci error caused by insufficient git history fetched)
124
- name: configure the PR in which the error message will be posted
125
run: echo "[CI_PR_NUMBER=$num]"
126
env:
0 commit comments