Merge pull request #11 from kifir23917/deily-releases

rename `release_date` input parameter into `new_tag`
This commit is contained in:
rusefillc 2024-07-01 14:50:12 -04:00 committed by GitHub
commit 9b4e13ace5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ jobs:
- uses: ./ext/rusefi/.github/workflows/custom-board-build
with:
new_tag: ${{steps.set-variables.outputs.release_date}}
artifacts: bin srec hex list map elf bundle autoupdate
uploads: ini ${{steps.set-variables.outputs.upload}}
release_date: ${{steps.set-variables.outputs.release_date}}
push: ${{steps.set-variables.outputs.push}}
run_simulator: ${{ steps.set-variables.outputs.sim }}
MY_REPO_PAT: ${{secrets.MY_REPO_PAT}}