Charles

Results 4 comments of Charles

Hi @A-nguyenv I did verify; visually you will see 25 browsers but there are far more processes: Microsoft Windows [Version 10.0.19043.1083] (c) Microsoft Corporation. All rights reserved. C:\Users\tasklist | find...

We have reusable workflows to build docker images and deploy microservices. The docker image workflow is triggered when a version is created and we use ${GITHUB_REF#refs/*/} to extract it. From...

@carlcsaposs-canonical it is possible that I am missing something but I cannot get my release number using `${GITHUB_REF#refs/*/}` It is empty but in ordinary workflow it is correct

OK @carlcsaposs-canonical I got it working with `$GITHUB_REF_NAME`. `${{ github.ref }}` throws unknown reference somehow. I think my issue was the curly brackets: `${GITHUB_REF}`