mirror of
https://github.com/btclock/btclock_v3.git
synced 2024-11-19 06:10:00 +01:00
Push this firmware to the web flasher as well
This commit is contained in:
parent
638557140e
commit
902b35d11e
26
.github/workflows/workflow.yml
vendored
26
.github/workflows/workflow.yml
vendored
@ -69,16 +69,16 @@ jobs:
|
|||||||
artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/lolin_s3_mini/*.bin"
|
artifacts: "output/full-firmware.bin,output/full-firmware.sha256,.pio/build/lolin_s3_mini/*.bin"
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
removeArtifacts: true
|
removeArtifacts: true
|
||||||
# - name: Pushes full-firmware.bin to web flasher
|
- name: Pushes full-firmware.bin to web flasher
|
||||||
# id: push_directory
|
id: push_directory
|
||||||
# uses: cpina/github-action-push-to-another-repository@main
|
uses: cpina/github-action-push-to-another-repository@main
|
||||||
# env:
|
env:
|
||||||
# SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
|
||||||
# with:
|
with:
|
||||||
# source-directory: output/
|
source-directory: output/
|
||||||
# target-directory: firmware_v3/
|
target-directory: firmware_v3/
|
||||||
# destination-github-username: 'btclock'
|
destination-github-username: 'btclock'
|
||||||
# destination-repository-name: 'web-flasher'
|
destination-repository-name: 'web-flasher'
|
||||||
# target-branch: btclock
|
target-branch: btclock
|
||||||
# user-name: ${{github.actor}}
|
user-name: ${{github.actor}}
|
||||||
# user-email: ${{github.actor}}@users.noreply.github.com
|
user-email: ${{github.actor}}@users.noreply.github.com
|
Loading…
Reference in New Issue
Block a user