We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca716f commit d8db6e7Copy full SHA for d8db6e7
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,5 @@
1
name: Build and Release
2
-run-name: Build ${{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
+run-name: ${{ github.event.inputs.publish == 'true' && '[Prod]' || '[Dev]' }} Build ${{ github.run_number }} of branch ${{ github.ref_name }} by @${{ github.actor }}
3
4
on:
5
push:
0 commit comments