We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f8f5e commit 4d80c49Copy full SHA for 4d80c49
.github/workflows/publish.yml
@@ -8,14 +8,6 @@ on:
8
- completed
9
10
jobs:
11
- debug:
12
- name: Debug
13
- runs-on: ubuntu-latest
14
-
15
- steps:
16
- - name: Debug Action
17
- uses: hmarr/[email protected]
18
19
unit-test-results:
20
name: Unit Test Results
21
runs-on: ubuntu-latest
@@ -35,4 +27,4 @@ jobs:
35
27
- name: Publish Unit Test Results
36
28
uses: EnricoMi/publish-unit-test-result-action@v1
37
29
with:
38
- commit: ${{ github.event.workflow
30
+ commit: ${{ github.event.workflow }}
0 commit comments