mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Remove calls to set-output as now deprecated (#1657)
This commit is contained in:
parent
87131a171f
commit
585cf6dd67
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
bundle exec rspec --color --format json --fail-fast --dry-run --tag acceptance --out report.json
|
bundle exec rspec --color --format json --fail-fast --dry-run --tag acceptance --out report.json
|
||||||
tests="$(jq -c '[.examples[].full_description]' report.json)"
|
tests="$(jq -c '[.examples[].full_description]' report.json)"
|
||||||
|
|
||||||
echo "::set-output name=matrix::${tests}"
|
echo "matrix=${tests}" >> ${GITHUB_OUTPUT}
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
needs: generate-matrix
|
needs: generate-matrix
|
||||||
|
2
.github/workflows/publish-gem-package.yml
vendored
2
.github/workflows/publish-gem-package.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd pkg/
|
cd pkg/
|
||||||
GEM_PKG=$(ls -1 *.gem)
|
GEM_PKG=$(ls -1 *.gem)
|
||||||
echo ::set-output name=artifact_name::${GEM_PKG}
|
echo "artifact_name=${GEM_PKG}" >> ${GITHUB_OUTPUT}
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.artifact_name.outputs.artifact_name }}
|
name: ${{ steps.artifact_name.outputs.artifact_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user