mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Delete copycat_master.yml.off
This commit is contained in:
parent
6444627997
commit
f3ede20cbb
38
.github/workflows/copycat_master.yml.off
vendored
38
.github/workflows/copycat_master.yml.off
vendored
@ -1,38 +0,0 @@
|
|||||||
name: Copy_firmware_master
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
jobs:
|
|
||||||
copycat:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: copycat tasmota
|
|
||||||
uses: andstor/copycat-action@v3
|
|
||||||
with:
|
|
||||||
personal_token: ${{ secrets.API_TOKEN_GITHUB }}
|
|
||||||
src_path: release-firmware/tasmota/.
|
|
||||||
src_branch: master
|
|
||||||
dst_path: ./firmware/release/.
|
|
||||||
dst_owner: tasmota
|
|
||||||
dst_branch: main
|
|
||||||
dst_repo_name: install
|
|
||||||
username: workflow
|
|
||||||
commit_message: "Update from official release"
|
|
||||||
|
|
||||||
copycat32:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: copycat tasmota32
|
|
||||||
uses: andstor/copycat-action@v3
|
|
||||||
with:
|
|
||||||
personal_token: ${{ secrets.API_TOKEN_GITHUB }}
|
|
||||||
src_path: release-firmware/tasmota32/.
|
|
||||||
src_branch: master
|
|
||||||
dst_path: ./firmware/release/.
|
|
||||||
dst_owner: tasmota
|
|
||||||
dst_branch: main
|
|
||||||
dst_repo_name: install
|
|
||||||
username: workflow
|
|
||||||
commit_message: "Update from official release"
|
|
Loading…
x
Reference in New Issue
Block a user