File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,18 +59,18 @@ jobs:
5959 VERSION_NUMBER=${{ steps.version_number.outputs.RELEASE_VERSION }}
6060 echo "BRANCH_NAME=v${VERSION_NUMBER%.*}" >> $GITHUB_ENV
6161
62- - name : Checkout Repo
62+ # checkout opencost UI to allow access to actions
63+ - name : Checkout actions
6364 uses : actions/checkout@v4
6465 with :
6566 repository : ' opencost/opencost-ui'
66- ref : ' ${{ steps.branch.outputs.BRANCH_NAME }}'
67- path : ./opencost-ui
6867
69- # checkout opencost UI to allow access to actions
70- - name : Checkout actions
68+ - name : Checkout Repo
7169 uses : actions/checkout@v4
7270 with :
7371 repository : ' opencost/opencost-ui'
72+ ref : ' ${{ steps.branch.outputs.BRANCH_NAME }}'
73+ path : ./opencost-ui
7474
7575 - name : Set SHA
7676 id : sha
You can’t perform that action at this time.
0 commit comments