fix missing article in the steps's name

This commit is contained in:
Alfi Maulana
2023-01-14 19:49:04 +07:00
parent 14c5b01b37
commit dd5801befd
2 changed files with 6 additions and 6 deletions

View File

@@ -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 }}