Skip to content

Merge branch 'master' of github.com:stfbk/stfbk.github.io #2

Merge branch 'master' of github.com:stfbk/stfbk.github.io

Merge branch 'master' of github.com:stfbk/stfbk.github.io #2

name: update-pictures-cs
on:
push:
paths:
- 'assets/areas/people/**'
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Push to CS repository
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.CS_SYNC_TOKEN }}
with:
source_file: 'assets/areas/people/'
destination_repo: 'csfbk/csfbk.github.io'
destination_folder: 'assets/areas/people/'
rename: 'st'
user_name: 'csfbk'
user_email: '[email protected]'
- run: echo "Operation completed."