3
0
Fork 0
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:
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: jobs:
build: build:
name: build ${{inputs.crate}} name: ${{inputs.crate}}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2