i have low inteligence

This commit is contained in:
암냥 2026-05-17 02:47:15 +09:00
commit bff01f027d
No known key found for this signature in database

View file

@ -12,7 +12,6 @@ jobs:
- name: Checkout Local Repository - name: Checkout Local Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Configure Git - name: Configure Git
run: | run: |
git config --global user.name "mizuki" git config --global user.name "mizuki"
@ -43,7 +42,7 @@ jobs:
fi fi
- name: Create Pull Request via Forgejo API - name: Create Pull Request via Forgejo API
if: steps.check_changes.outputs.has_changes == 'true' if: ${{ steps.check_changes.outputs.has_changes == 'true' }}
run: | run: |
PR_TITLE="chore(deps): sync upstream changes ($(date +'%Y-%m-%d'))" PR_TITLE="chore(deps): sync upstream changes ($(date +'%Y-%m-%d'))"
PR_BODY="Upstream (cinnyapp/cinny)에 새로운 변경사항이 감지되어 자동으로 생성된 PR입니다." PR_BODY="Upstream (cinnyapp/cinny)에 새로운 변경사항이 감지되어 자동으로 생성된 PR입니다."