diff --git a/.github/workflows/portfolio.yaml b/.github/workflows/portfolio.yaml index b02d1cf8..d86f5c5a 100644 --- a/.github/workflows/portfolio.yaml +++ b/.github/workflows/portfolio.yaml @@ -28,8 +28,8 @@ jobs: - name: Create target file run: echo '${{ steps.read_file.outputs.markdown }}' > content/${{ github.event.repository.name }}.md - run: | - git config --global user.email "you@example.com" - git config --global user.name "Your Name" + git config --global user.email "me@lucaengelhard.com" + git config --global user.name "Luca Engelhard" git checkout -b ${{ github.event.repository.name }}-readme git add . git commit -m "Adding or Updating ${{ github.event.repository.name }} to content directory"