3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 08:29:30 +01:00

Clean up nested workflow name

This commit is contained in:
David Tolnay 2021-10-08 00:42:30 -04:00
parent 98a5d57fe8
commit 3681aa28dd
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
name: build ${{inputs.crate}}
name: ${{inputs.crate}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2