Skip to content

[QA/BGRM-18] 구슬 생성 시 색깔 관련 로직 오류 수정 (#75) #61

[QA/BGRM-18] 구슬 생성 시 색깔 관련 로직 오류 수정 (#75)

[QA/BGRM-18] 구슬 생성 시 색깔 관련 로직 오류 수정 (#75) #61

Workflow file for this run

name: git push into another repo to deploy to vercel
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v4
- name: Install mustache (to update the date)
run: apk add ruby && gem install mustache
- name: Creates output
run: sh ./build.sh
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.MY_TOKEN }}
with:
source-directory: "output"
destination-github-username: "s2oy"
destination-repository-name: "buggureomi"
user-email: ${{ secrets.EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: master
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY