Set up Git configuration on Gradle Wrapper Workflow

Issue gh-13865
This commit is contained in:
Marcus Da Coregio 2023-10-09 07:40:32 -03:00
parent f8ff6c4fb4
commit 692c013430

View File

@ -10,6 +10,10 @@ jobs:
name: Execution
runs-on: ubuntu-latest
steps:
- name: Set up Git configuration
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17