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 2323 -
2424 name : Prepare Platform Environment
2525 run : |
26- echo "PLATFORM_PAIR=${{ inputs.platform//\//- }}" >> $GITHUB_ENV
26+ platform=${{ inputs.platform }}
27+ echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
2728 -
2829 name : Checkout
2930 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3333 registry_image : ${{ env.REGISTRY_IMAGE }}
3434 runtime : ${{ github.event.inputs.runtime }}
3535 buildpack : ${{ github.event.inputs.buildpack }}
36+ secrets : inherit
3637
3738 build-arm64 :
3839 runs-on : macos-latest
4950 registry_image : ${{ env.REGISTRY_IMAGE }}
5051 runtime : ${{ github.event.inputs.runtime }}
5152 buildpack : ${{ github.event.inputs.buildpack }}
53+ secrets : inherit
5254
5355 merge :
5456 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments