ci: build workflow dynamic name

This commit is contained in:
Nicolas Giard 2022-12-02 14:31:46 -05:00 committed by GitHub
parent 3c6a60e260
commit 1ca716faf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
name: Build and Release
run-name: Build {{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
run-name: Build ${{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
on:
push: