Skip to content

✨ feat : 마이포즈에서도 스크롤되게 #81

✨ feat : 마이포즈에서도 스크롤되게

✨ feat : 마이포즈에서도 스크롤되게 #81

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