Søren Bech Christensen
Results
2
issues of
Søren Bech Christensen
### Usage Information Nuke 8.0.0 / SDK 8.0.200 / Net8.0 / Windows 10 Pro 22H2 ### Description I have many Nuke scripts where this works with Tools like Git. But...
bug
I'm trying to setup a GitHub action with tag in environment variable: ``` env: buildtag: 'v1.1.0' jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Show environment variable run: echo "Tag $buildtag"...