diff --git a/.github/workflows/auto-build-pkg.yml b/.github/workflows/auto-build-pkg.yml index 4b42cfd..06daafb 100644 --- a/.github/workflows/auto-build-pkg.yml +++ b/.github/workflows/auto-build-pkg.yml @@ -70,7 +70,7 @@ jobs: message="build(deps): bump all dependencies and devDependencies version" body=$(printf "## Changes File\n\n\`\`\`diff\n$(git diff)\n\`\`\`\n\n> Co-authored-by: github-actions[bot] ") if (( ${#body} >= 65000 )); then - body="⚠️ The text diff is too longer, [view changes](https://github.com/FajarKim/github-readme-profile/pull/${{ github.event.number }}/files)." + body="⚠️ The text diff is too longer, [view changes](https://github.com/FajarKim/github-readme-profile/pull/${{ github.event.pull_request.number }}/files)." fi if [[ "$(git status --porcelain)" != "" ]]; then git branch -D ${branch} || true