Skip to content

Commit

Permalink
ppp
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Mar 24, 2024
1 parent 00befbf commit 23a50e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Commit and push changes
env:
CHANGES: ${{ steps.check_changes.outputs.CHANGES }}
if: ${{ CHANGES }} == 'true'
if: env.CHANGES == 'true'
run: |
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.name "${GITHUB_ACTOR}"
Expand Down

0 comments on commit 23a50e1

Please sign in to comment.