File tree Expand file tree Collapse file tree
actions/spack-checkout-updated-ref Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 continue-on-error : true
5252 run : |
5353 . ${{ inputs.spack-instance-root-path }}/share/spack/setup-env.sh
54+ echo "before:"
55+ spack config blame repos
5456 spack repo update ${{ inputs.spack-packages-repository-name }} --commit ${{ steps.ref-sha.outputs.sha }}
57+ spack config blame repos
5558
5659 - name : Force Update ref via Git if Failure
5760 if : steps.update.outcome == 'failure'
Original file line number Diff line number Diff line change @@ -365,7 +365,8 @@ jobs:
365365
366366 - name : Update - builtin spack-package version
367367 id : builtin-spack-packages-update
368- uses : access-nri/build-ci/.github/actions/spack-checkout-updated-ref@v3
368+ FIXME : Temp ref for debugging
369+ uses : access-nri/build-ci/.github/actions/spack-checkout-updated-ref@268-github-hosted-pull-fix
369370 with :
370371 spack-packages-repository-name : builtin
371372 spack-packages-repository-path : ${{ steps.spack-packages-locations.outputs.builtin }}
You can’t perform that action at this time.
0 commit comments