Skip to content

Commit

Permalink
fix: fix omit config files bug when sync fork repo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzn committed Aug 5, 2023
1 parent f961522 commit 9415469
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/git-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: creates output
run: sh ./build.sh
- name: Install mustache (to update the date)
run: apk add ruby && gem install mustache
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'output'
source-directory: .
destination-github-username: '132262B'
destination-repository-name: 'ask-resume-front'
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}
Expand Down

0 comments on commit 9415469

Please sign in to comment.