We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b771664 commit 92fe1e8Copy full SHA for 92fe1e8
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
git config --global user.email "github-actions[bot]@users.noreply.github.com"
28
git config --global user.name "github-actions[bot]"
29
+ git config --global --add safe.directory "$GITHUB_WORKSPACE"
30
git submodule update --remote -- lucide
31
if ! git diff --exit-code lucide > /dev/null; then
32
DATE_TAG=$(date +'%Y.%m.%d')
0 commit comments