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 aea6c51 commit 5f81010Copy full SHA for 5f81010
.github/workflows/public-api.yml
@@ -54,9 +54,8 @@ jobs:
54
- uses: actions/checkout@v2
55
with:
56
token: ${{ secrets.PUSHABLE_GITHUB_TOKEN }}
57
- - name: Checkout submodules, configure git
+ - name: Configure git
58
run: |
59
- git -c submodule.third_party/git-hooks.update=none submodule update --init --recursive
60
git config --local user.email "9011267+dotnet-bot@users.noreply.github.com"
61
git config --local user.name "The Silk.NET Automaton"
62
- name: Cache .tmp, ~/.nuget/packages
0 commit comments