Skip to content

fix: 바로 일기 작성 모달 때 아니오 누를 시 데이터 누락 현상 해결 #52

fix: 바로 일기 작성 모달 때 아니오 누를 시 데이터 누락 현상 해결

fix: 바로 일기 작성 모달 때 아니오 누를 시 데이터 누락 현상 해결 #52

Workflow file for this run

name: git push into another repo to deploy to vercel
on:
push:

Check failure on line 4 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- 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.AUTO_ACTIONS }}
with:
source-directory: "output"
destination-github-username: "seocylucky"
destination-repository-name: "DrawDraw-FE"
user-email: ${{ secrets.EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: main
- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY