ci: Fix run name

This commit is contained in:
Ahmad Ansori Palembani 2024-08-16 09:34:59 +07:00
parent 6580a217fe
commit fb705b9605
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1,6 +1,6 @@
name: Build app
run-name: Build and Release v${{ github.event.inputs.version }}
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Build and Release v{0}', github.event.inputs.version) || github.event.commits[0].message }}
on:
push: