Skip to content

Commit

Permalink
#2970: autoGen-talawa-admin-docs-debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bint-Eve committed Jan 6, 2025
1 parent 81fdf93 commit ad123b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ jobs:
# Commit if there are changes
if [[ -n "$(git status --porcelain)" ]]; then
git commit -m "docs: update auto-generated documentation [skip ci]"
git push origin HEAD:${{ github.head_ref }}
git push origin HEAD: ${{ github.event.pull_request.head.ref }}
else
echo "No changes to commit"
fi

0 comments on commit ad123b0

Please sign in to comment.