Skip to content

Commit

Permalink
PalisadoesFoundation#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 fd7b82e commit a39f982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ jobs:
git add docs/docs/user-guide/
if [[ -n "$(git status --porcelain)" ]]; then
git commit -m "docs: update auto-generated documentation [skip ci]"
git push https://${{ env.PERSONAL_ACCESS_TOKEN }}@github.com/${{ env.PR_REPO }} HEAD:${{ env.PR_BRANCH }}
git remote set-url origin https://x-access-token:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${{ env.PR_REPO }}.git
git push origin HEAD:${{ env.PR_BRANCH }}
else
echo "No changes to commit"
fi

0 comments on commit a39f982

Please sign in to comment.