Skip to content

Commit 51187d0

Browse files
committed
chore: add build name
1 parent d77149c commit 51187d0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build AppFlowy Android
2-
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_number }} - ${{ github.event.inputs.internal_build }}
2+
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_name }} - ${{ github.event.inputs.internal_build }}
33

44
on:
55
workflow_dispatch:

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build AppFlowy iOS
2-
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_number }} - ${{ github.event.inputs.internal_build }}
2+
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_name }} - ${{ github.event.inputs.internal_build }}
33

44

55
on:

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build AppFlowy Linux
2-
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_number }} - ${{ github.event.inputs.internal_build }}
2+
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_name }} - ${{ github.event.inputs.internal_build }}
33

44
on:
55
workflow_dispatch:

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build AppFlowy macOS
2-
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_number }} - ${{ github.event.inputs.internal_build }}
2+
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_name }} - ${{ github.event.inputs.internal_build }}
33

44

55
on:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build AppFlowy Application
2-
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_number }} - ${{ github.event.inputs.internal_build }}
2+
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.version }} - ${{ github.event.inputs.internal_build }}
33

44
on:
55
workflow_dispatch:

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build AppFlowy Windows
2-
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_number }} - ${{ github.event.inputs.internal_build }}
2+
run-name: Build ${{ github.event.inputs.branch }}/${{ github.event.inputs.build_name }} - ${{ github.event.inputs.internal_build }}
33

44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)