Skip to content

Commit

Permalink
Merge branch 'feature/openxr-support' of https://github.com/icosa-fou…
Browse files Browse the repository at this point in the history
…ndation/open-blocks into feature/openxr-support
  • Loading branch information
Klara committed Dec 16, 2024
2 parents e569c52 + 8cefa8e commit f0f8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
else
if [[ ${{ github.ref }} == refs/pull/* ]]
then
DESCRIPTION="PR#$(echo ${{ github.ref }} | sed -e 's#refs/pull/##' -e 's#/merge##')"
DESCRIPTION="PR$(echo ${{ github.ref }} | sed -e 's#refs/pull/##' -e 's#/merge##')"
elif [[ ${{ github.ref }} == refs/heads/* ]]
then
DESCRIPTION="$(echo ${{ github.ref }} | sed -e 's#refs/heads/##')"
Expand Down

0 comments on commit f0f8e73

Please sign in to comment.