Merge pull request #5 from H2-invent/development

[MINOR] Add Version to bot command in config JS
This commit is contained in:
holema 2023-11-29 12:25:48 +01:00 committed by GitHub
commit bf649046fc
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
with:
find: "<version-addhere>"
replace: "{{ steps.version.outputs.version }}"
replace: steps.version.outputs.version
regex: false
include: "artifact/config.mjs"