Skip to content

Commit

Permalink
fix(workflow): gh only working in PR?
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel Hubaut <lionel.hubaut@tessares.net>
  • Loading branch information
lion24 committed Apr 10, 2024
1 parent 8e8ea5e commit d40efd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: gh auth setup-git
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit d40efd7

Please sign in to comment.