Skip to content

Merge pull request #60 from KTB-Hackathon-GoLang/dev #34

Merge pull request #60 from KTB-Hackathon-GoLang/dev

Merge pull request #60 from KTB-Hackathon-GoLang/dev #34

Workflow file for this run

name: Integration
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
container:
image: pandoc/latex
steps:
- uses: actions/checkout@v3
- 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: sayyyho
destination-repository-name: GoLang-Frontend
user-email: ${{ secrets.EMAIL }}
commit-message: ${{ github.event.commits[0].message }}