i have low inteligence
This commit is contained in:
parent
4291495e98
commit
bff01f027d
1 changed files with 1 additions and 2 deletions
|
|
@ -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입니다."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue