File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 23
23
-
24
24
name : Prepare Platform Environment
25
25
run : |
26
- echo "PLATFORM_PAIR=${{ inputs.platform//\//- }}" >> $GITHUB_ENV
26
+ platform=${{ inputs.platform }}
27
+ echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
27
28
-
28
29
name : Checkout
29
30
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 33
33
registry_image : ${{ env.REGISTRY_IMAGE }}
34
34
runtime : ${{ github.event.inputs.runtime }}
35
35
buildpack : ${{ github.event.inputs.buildpack }}
36
+ secrets : inherit
36
37
37
38
build-arm64 :
38
39
runs-on : macos-latest
49
50
registry_image : ${{ env.REGISTRY_IMAGE }}
50
51
runtime : ${{ github.event.inputs.runtime }}
51
52
buildpack : ${{ github.event.inputs.buildpack }}
53
+ secrets : inherit
52
54
53
55
merge :
54
56
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments