mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
fix missing article in the steps's name
This commit is contained in:
@@ -37,7 +37,7 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Process inputs
|
||||
- name: Process the inputs
|
||||
id: process_inputs
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -77,7 +77,7 @@ runs:
|
||||
*) choco install ninja ;;
|
||||
esac
|
||||
|
||||
- name: Configure CMake
|
||||
- name: Configure the CMake project
|
||||
shell: bash
|
||||
run: cmake ${{ steps.process_inputs.outputs.cmake_args }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user