From 2ed693cd7b85276490b43091a2f687f4e566c11d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 13 Oct 2021 18:20:28 +0200 Subject: [PATCH] Only actions/checkout@v2 --- .../workflows/Tasmota_build_development.yml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/Tasmota_build_development.yml b/.github/workflows/Tasmota_build_development.yml index 0caa01d58..2d21df64a 100644 --- a/.github/workflows/Tasmota_build_development.yml +++ b/.github/workflows/Tasmota_build_development.yml @@ -1364,23 +1364,23 @@ jobs: with: repository: arendst/Tasmota-firmware path: main - run: | - git config user.name 'github-actions' - git config user.email 'github-actions@github.com' - git add ./firmware* - git commit -a ${GITHUB_SHA} - git push - - name: Creat trigger.txt + - name: Push Firmware files to https://github.com/arendst/Tasmota-firmware + run: | + git config user.name 'github-actions' + git config user.email 'github-actions@github.com' + git add ./firmware* + git commit -a ${GITHUB_SHA} + git push + - uses: actions/checkout@v2 + with: + repository: arendst/Tasmota-firmware + path: action-development + - name: Push trigger.txt to start workflow in repo https://github.com/arendst/Tasmota-firmware run: | echo ${GITHUB_SHA} &> trigger.txt echo "$(