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 2ee150e commit 32abc34Copy full SHA for 32abc34
.github/workflows/test.yml
@@ -4,6 +4,7 @@
4
---
5
6
name: test
7
+run-name: "test: ${{ github.event.workflow_run.head_branch }}#${{ github.event.workflow_run.head_commit.id }}"
8
9
on: # yamllint disable-line rule:truthy
10
workflow_run:
@@ -28,6 +29,7 @@ jobs:
28
29
- uses: actions/checkout@v4.1.1
30
with:
31
fetch-depth: 0
32
+ ref: ${{ github.event.workflow_run.head_commit.id }}
33
34
- name: Download embedded applications package
35
uses: robinraju/release-downloader@v1.12
0 commit comments