Skip to content

Commit

Permalink
Merge pull request #10 from TripInfoWeb/dev_etc
Browse files Browse the repository at this point in the history
fix: 버전 안맞아서 warning 뜨는 문제 수정
  • Loading branch information
ssssksss authored Aug 10, 2024
2 parents 0e21b3f + 8180b1e commit cf882b8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,27 @@ jobs:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v3

- 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_DEPLOY}}
API_TOKEN_GITHUB: ${{ secrets.AUTO_DEPLOY }}
with:
source-directory: 'output'
destination-github-username: ssssksss
destination-repository-name: solitour-admin
user-email: ${{ secrets.PRIVATE_EMAIL }}
commit-message: ${{ github.event.commits[0].message }}
target-branch: dev

- name: Test get variable exported by push-to-another-repository
run: echo $DESTINATION_CLONED_DIRECTORY
run: echo $DESTINATION_CLONED_DIRECTORY

0 comments on commit cf882b8

Please sign in to comment.