Skip to content

Commit

Permalink
fix git user creds
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Nov 19, 2024
1 parent 9b93aa9 commit 0693c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "${{ inputs.GITHUB_EMAIL }}"
git config --global user.name "${{ inputs.GITHUB_USERNAME }}"
git config --global user.email "[email protected]"
git config --global user.name "Quarto GHA Workflow Runner"
uv run quarto publish gh-pages . --no-browser

0 comments on commit 0693c1f

Please sign in to comment.