I guess that doesn't persist

This commit is contained in:
reggie 2024-10-11 20:33:58 -05:00
parent b716e73179
commit ed43e7b674

View File

@ -26,6 +26,11 @@ permissions:
jobs:
build-docs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Print inputs
if: ${{ github.event_name == 'workflow_dispatch' }}
@ -34,8 +39,6 @@ jobs:
- uses: actions/checkout@v4
- run: cd docs
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]