We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f969ab commit 93fa88cCopy full SHA for 93fa88c
.github/workflows/Dependabot.yml
@@ -28,5 +28,6 @@ jobs:
28
- run: |
29
git config user.name "${GITHUB_ACTOR}"
30
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
31
+ - run: touch Submodule
32
- run: make install
33
- run: git push
0 commit comments