Skip to content

Updating action version #24

Updating action version

Updating action version #24

Workflow file for this run

name: Copy Book To VE.Org
on: push
jobs:
copy-book-dir:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Copies all contents to VE.org
uses: cpina/github-action-push-to-another-repository@v1.7.2
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'