name: Copy To Branches | |
on: | |
workflow_dispatch: | |
jobs: | |
copy-to-branches: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Copy To Branches Action | |
uses: planetoftheweb/[email protected] | |
env: | |
key: main | |
name: Copy To Branches | |
on: | |
workflow_dispatch: | |
jobs: | |
copy-to-branches: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Copy To Branches Action | |
uses: planetoftheweb/[email protected] | |
env: | |
key: main | |