Bump bluwy/substitute-string-action from 1 to 2 (#2672)
Bumps [bluwy/substitute-string-action](https://github.com/bluwy/substitute-string-action) from 1 to 2. - [Release notes](https://github.com/bluwy/substitute-string-action/releases) - [Commits](https://github.com/bluwy/substitute-string-action/compare/v1...v2) --- updated-dependencies: - dependency-name: bluwy/substitute-string-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4b5ec404d7
commit
e3abf7be71
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- name: Install xmlstarlet
|
- name: Install xmlstarlet
|
||||||
run: sudo apt -y install xmlstarlet
|
run: sudo apt -y install xmlstarlet
|
||||||
- name: Create Version Variable
|
- name: Create Version Variable
|
||||||
uses: bluwy/substitute-string-action@v1
|
uses: bluwy/substitute-string-action@v2
|
||||||
id: sub
|
id: sub
|
||||||
with:
|
with:
|
||||||
_input-text: ${{ fromJson(steps.api_results.outputs.result).tag_name }}
|
_input-text: ${{ fromJson(steps.api_results.outputs.result).tag_name }}
|
||||||
|
|
Loading…
Reference in New Issue