Skip to content

๐Ÿ›  fix : ๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ ์›น๋ทฐ ํฌ์ฆˆํ”ฝ ๋ ˆ์ด์•„์›ƒ ์˜ค๋ฅ˜ #87

๐Ÿ›  fix : ๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ ์›น๋ทฐ ํฌ์ฆˆํ”ฝ ๋ ˆ์ด์•„์›ƒ ์˜ค๋ฅ˜

๐Ÿ›  fix : ๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ ์›น๋ทฐ ํฌ์ฆˆํ”ฝ ๋ ˆ์ด์•„์›ƒ ์˜ค๋ฅ˜ #87

name: CD-develop branch
on:
push:
branches:
- 'develop'
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.PERSONAL_TOKEN }}
with:
source-directory: '.'
destination-github-username: guesung
destination-repository-name: posepicker-for-publish
user-email: [email protected]
commit-message: ${{ github.event.commits[0].message }}
target-branch: develop
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY