Skip to content

Commit

Permalink
Update Rename and Commit Markdown Files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenPearls authored Aug 28, 2024
1 parent 5eb95c7 commit 2469f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Rename and Commit Markdown Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Rename and Commit Markdown Files
on:
push:
branches:
- dev # dev λΈŒλžœμΉ˜μ— ν‘Έμ‹œλ  λ•Œ μ›Œν¬ν”Œλ‘œμš° 트리거
- main # main λΈŒλžœμΉ˜μ— ν‘Έμ‹œλ  λ•Œ μ›Œν¬ν”Œλ‘œμš° 트리거
workflow_dispatch: # μˆ˜λ™μœΌλ‘œ μ›Œν¬ν”Œλ‘œμš°λ₯Ό μ‹€ν–‰ν•  수 μžˆλŠ” μ˜΅μ…˜

jobs:
Expand All @@ -16,7 +16,7 @@ jobs:
with:
token: ${{ secrets.GITBOOKKEY }}
fetch-depth: 0
ref: dev
ref: main

- name: Rename Markdown files
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
git config --local user.name "GoldenPearls"
git add .
git commit -m "Rename Markdown files based on h1 titles"
git push origin dev # 변경사항을 dev 브랜치둜 ν‘Έμ‹œ
git push origin main # 변경사항을 main 브랜치둜 ν‘Έμ‹œ

0 comments on commit 2469f6e

Please sign in to comment.