Skip to content

Commit

Permalink
test333
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjin99 committed Jan 13, 2025
1 parent 4b167fe commit 655205e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/obs3dian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
- name: Commit processed files
run: |
git config --global user.name 'JjungminLee'
git config --global user.email 'julie0964@naver.com'
git add .
git commit -m "Processed Markdown files using obs3dian" || echo "No changes to commit"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git add .
git commit -m "Processed Markdown files using obs3dian" || echo "No changes to commit"
- name: Push changes to GitHub
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.PERSONAL_TOKEN }}
branch: main
branch: ${{ github.ref_name }} # ν˜„μž¬ 브랜치둜 ν‘Έμ‹œ
1 change: 1 addition & 0 deletions obs3test/μ΄μ±„μ˜.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
λ‚˜λŠ” μ΄μ±„μ˜μ΄ 쒋더라![alt text](image.png)
μ§„μ§œ μ΄μ±„μ˜ 미쳀음 ![alt text](image-1.png)
λ ˆμ „λ“œ γ…‹γ…‹γ…‹γ…‹γ…‹γ…‹γ…‹zzzz
γ…‹γ…‹γ…‹

0 comments on commit 655205e

Please sign in to comment.