We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2752a8 commit 83dc503Copy full SHA for 83dc503
.github/workflows/workspace_snippet.sh
@@ -5,7 +5,7 @@ set -o errexit -o nounset -o pipefail
5
# Set by GH actions, see
6
# https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
7
TAG=${GITHUB_REF_NAME}
8
-PREFIX="rules_ecsact-${TAG:1}"
+PREFIX="rules_ecsact-${TAG}"
9
SHA=$(git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip | shasum -a 256 | awk '{print $1}')
10
11
cat << EOF
0 commit comments