Skip to content

Commit

Permalink
Show ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Aug 27, 2024
1 parent 1a537a8 commit a09a606
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
export GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
echo "GIT_BRANCH=$GIT_BRANCH"
export GIT_REV=$(git rev-parse --short refs/heads/$GIT_BRANCH)
export GIT_REF=refs/heads/$GIT_BRANCH
echo "GIT_REF=$GIT_REF"
export GIT_REV=$(git rev-parse --short $GIT_REF)
echo "GIT_REV=$GIT_REV"
python rebuild_meta_yaml.py \
Expand Down

0 comments on commit a09a606

Please sign in to comment.