Skip to content

Commit

Permalink
Updated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dflynn-volpe committed Sep 20, 2023
1 parent 7b93f5c commit c4f7b2c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/copy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
env:
API_TOKEN_GITHUB: ${{ secrets.BOOK_COPY }}
with:
source-files: 'docs/'
destination-username: 'VisionEval'
destination-repository: 'VisionEval.org'
destination-branch: 'main'
commit-username: 'dflynn-volpe'
commit-email: 'daniel.flynn@dot.gov'
source-directory: 'docs/'
target-directory: 'docs/'
destination-github-username: 'dflynn-volpe'
destination-repository-name: 'VisionEval.org'
destination-repository-username: 'VisionEval'
user-email: 'daniel.flynn@dot.gov'
target-branch: 'main'

0 comments on commit c4f7b2c

Please sign in to comment.