Skip to content

Commit

Permalink
fix missing article in the steps's name
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jan 14, 2023
1 parent 14c5b01 commit dd5801b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use this action
uses: ./

- name: Run build result
- name: Run the build result
run: ${{ matrix.os == 'windows' && 'build\Debug\hello_world.exe' || 'build/hello_world' }}

specified-dir-usage:
Expand All @@ -33,7 +33,7 @@ jobs:
source-dir: test
build-dir: test/build

- name: Run build result
- name: Run the build result
run: test/build/hello_world

- name: Check if the default build directory does not exist
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
cxx-compiler: clang++
args: -D CHECK_USING_CLANG=ON

- name: Run build result
- name: Run the build results
run: build/test_c && build/test_cpp

specified-generator-usage:
Expand All @@ -93,5 +93,5 @@ jobs:
source-dir: test
generator: Ninja

- name: Run build result
- name: Run the build result
run: build/hello_world
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inputs:
runs:
using: composite
steps:
- name: Process inputs
- name: Process the inputs
id: process_inputs
shell: bash
run: |
Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit dd5801b

Please sign in to comment.