File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
with :
43
43
fetch-depth : 0 # Fetch all history
44
44
# For PRs, checkout the PR branch; for manual triggers use provided ref; otherwise use github.ref
45
- ref : ${{ github.event.pull_request.head.sha || inputs.ref || inputs.GIT_SHA || github.ref }}
45
+ ref : ${{ github.event.pull_request.head.sha || github.event. inputs.ref || github.event. inputs.GIT_SHA || github.ref }}
46
46
token : ${{ secrets.GH_PAT }} # Use PAT for checkout
47
47
48
48
- name : Set up Docker Buildx
60
60
# Use the original working approach from ci/build branch
61
61
export TARGET_CACHE_ID=${GITHUB_REF#refs/heads/}
62
62
export GHCR_ORG="movementlabsxyz"
63
- export PROFILE=${PROFILE:- release}
64
- export FEATURES=${ FEATURES:-""}
63
+ export PROFILE=${{ github.event.inputs. PROFILE || ' release' } }
64
+ export FEATURES="${{ github.event.inputs. FEATURES }}"
65
65
export CARGO_TARGET_DIR="target/${FEATURES:-default}"
66
66
67
67
# Show build configuration
You can’t perform that action at this time.
0 commit comments