Skip to content

Commit

Permalink
login data
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaengelhard committed Feb 6, 2024
1 parent 689c732 commit c56e824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/portfolio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c56e824

Please sign in to comment.