We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fd0be commit 51d272cCopy full SHA for 51d272c
.github/workflows/build_loop.yml
@@ -1,5 +1,5 @@
1
name: 4. Build Loop
2
-run-name: Build Loop
+run-name: Build Loop (${{ github.ref_name }})
3
on:
4
workflow_dispatch:
5
workflow_call:
.github/workflows/update.yml
@@ -1,4 +1,5 @@
name: 'Auto-update'
+run-name: Auto-update (${{ github.ref_name }})
# Runs only on schedule for the default branch
# TARGET_BRANCH should be set as default
0 commit comments