Searched full:github_ref (Results 1 – 12 of 12) sorted by relevance
23 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')"25 echo "action must be run on a tag. GITHUB_REF is not a tag: $GITHUB_REF"
7 [ "$GITHUB_REF" == "refs/heads/master" ]; then26 echo -e "Not publishing snapshot for branch=${$GITHUB_REF}"
5 [ "$GITHUB_REF" == "refs/heads/master" ]; then34 echo -e "Not publishing docs for branch=${$GITHUB_REF}"
3 GITHUB_BRANCH=${GITHUB_REF#refs/heads/}
17 …e }} . --build-arg github_repo=$GITHUB_REPOSITORY --build-arg github_branch=$(basename $GITHUB_REF)
21 export COVERITY_SCAN_BRANCH_PATTERN=${GITHUB_REF##refs/*/}
68 run: echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
46 return os.getenv('GITHUB_REF')
202 "GITHUB_REF"
202 ref = os.getenv('GITHUB_REF', '')