We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3e691 commit 352671eCopy full SHA for 352671e
.github/workflows/test_and_build.yml
@@ -126,7 +126,7 @@ jobs:
126
BUILDID=${{ github.run_id }}
127
BUILDNUMBER=${{ github.run_number }}
128
SOURCE_COMMIT=${{ github.sha }}
129
- NETEVENTNETVER=$NETEVENTNETVER
+ NETEVENTNETVER=${{ env.NETEVENTNETVER }}
130
no-cache: true
131
# - name: Test Linux Image
132
# run: docker run --rm lan2play/netevent:latest /docker/test.sh
0 commit comments