Fix GHA workflow syntax error
This commit is contained in:
4
.github/workflows/eclipse-distro-build.yml
vendored
4
.github/workflows/eclipse-distro-build.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
- name: Distro Build
|
||||
uses: ./.github/actions/eclipse-distro-build
|
||||
with:
|
||||
- eclipse_profile: ${{ inputs.eclipse_profile }}
|
||||
- build_type: ${{ inputs.build_type }}
|
||||
eclipse_profile: ${{ inputs.eclipse_profile }}
|
||||
build_type: ${{ inputs.build_type }}
|
||||
# - name: Enforce https instead of http
|
||||
# run: ./nohttp.sh
|
||||
# - name: Timestamp
|
||||
|
||||
Reference in New Issue
Block a user