Skip to content

Update pluginmaster.json #122

Update pluginmaster.json

Update pluginmaster.json #122

Workflow file for this run

name: Push File
on: ['push', 'workflow_dispatch']
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Pushes test file
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.ALT_ACCOUNT }}
with:
source_file: 'README.md'
destination_repo: 'NightmareXIV/.github'
destination_folder: 'profile/'
user_email: '[email protected]'
user_name: 'NightmareBot'