Using new GITHUB_OUTPUT method

This commit is contained in:
Tobias Genannt 2023-01-28 15:42:32 +01:00
parent f549b93b9d
commit eef45c8197
4 changed files with 17 additions and 8 deletions

View file

@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
- id: set-netbox-docker-version
name: Get Version of NetBox Docker
run: echo "::set-output name=version::$(cat VERSION)"
run: echo "version=$(cat VERSION)" >>"$GITHUB_OUTPUT"
shell: bash
- id: qemu-setup
name: Set up QEMU