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 6bb5ce6 commit d08dce1Copy full SHA for d08dce1
.github/workflows/build_loop.yml
@@ -1,5 +1,5 @@
1
name: 4. Build Loop
2
-run-name: Build Loop ${{ github.ref_name }}
+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