So i found a few code samples using github action with # (not for comment) any idea what the # purpose is?
run: |
echo "::set-output name=docker_tag:: $repo/$image:${tag#refs/heads}"
And because I wasn't confuse enought, I endup finding that:
run: |
./node_modules/vsce/out/vsce package
echo "##[set-output name=version;]$(npm run package-version --silent)"
I understand the purpose of set-output, it's just the # that I don't understand.
both run on ubuntu-latest.
Edit : I don't have the basis on shell