|
|
|
@@ -21,10 +21,10 @@ jobs: |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Configure Git Credentials |
|
|
|
run: | |
|
|
|
git config user.name github-actions[bot] |
|
|
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com |
|
|
|
- name: Configure Git Credentials |
|
|
|
run: | |
|
|
|
git config user.name github-actions[bot] |
|
|
|
git config user.email 41898282+github-actions[bot]@users.noreply.github.com |
|
|
|
- name: Setup NuGet |
|
|
|
uses: nuget/setup-nuget@v1 |
|
|
|
with: |
|
|
|
|