diff --git a/.github/workflows/ReusableTest.yml b/.github/workflows/ReusableTest.yml index e5106b5f..4b54a045 100644 --- a/.github/workflows/ReusableTest.yml +++ b/.github/workflows/ReusableTest.yml @@ -37,6 +37,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: | + git branch - run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action"