Skip to content

Commit

Permalink
Merge pull request #15 from thsfs/changelog_workflow
Browse files Browse the repository at this point in the history
Mark the git dir as safe
  • Loading branch information
thsfs authored May 14, 2022
2 parents 90e1596 + 5ca532a commit 486ee68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
repository: ${{ github.event.inputs.repo }}
- name: Generating the CHANGELOG file
run: |
git config --global --add safe.directory {$GITHUB_WORKSPACE}
git fetch --tags
mkdir -p ${GITHUB_WORKSPACE}/artifacts
docker run -e PAT=${{ secrets.GITHUB_TOKEN }} -e TAG=$TAG \
Expand Down

0 comments on commit 486ee68

Please sign in to comment.