CI: shorten names

This commit is contained in:
Oleg Kalachev
2021-06-18 00:56:16 +03:00
parent e76618bd3b
commit 37f2c78b36
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: Build RPi image
name: RPi image
on:
push:
@@ -9,7 +9,7 @@ on:
types: [ created ]
jobs:
build-image:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2