mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Clean up nested workflow name
This commit is contained in:
parent
98a5d57fe8
commit
3681aa28dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: build ${{inputs.crate}}
|
||||
name: ${{inputs.crate}}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue