Merge pull request #6 from H2-invent/development

[MINOR] Add Version to bot command in config JS
This commit is contained in:
holema 2023-11-29 12:28:08 +01:00 committed by GitHub
commit 39b5326fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ jobs:
uses: jacobtomlinson/gha-find-replace@v3 uses: jacobtomlinson/gha-find-replace@v3
with: with:
find: "<version-addhere>" find: "<version-addhere>"
replace: steps.version.outputs.version replace: "${{ steps.version.outputs.version }}"
regex: false regex: false
include: "artifact/config.mjs" include: "artifact/config.mjs"