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 db6fca4 commit 86215abCopy full SHA for 86215ab
.github/workflows/main.yml
@@ -34,7 +34,8 @@ jobs:
34
should_skip: ${{ steps.skip_check.outputs.should_skip }}
35
paths_result: ${{ steps.skip_check.outputs.paths_result }}
36
steps:
37
- - id: skip_check
+ - name: Build paths result
38
+ id: skip_check
39
# For security we use the commit of fkirc/skip-duplicate-actions@v5
40
uses: fkirc/skip-duplicate-actions@f75f66ce1886f00957d99748a42c724f4330bdcf
41
with:
@@ -68,6 +69,10 @@ jobs:
68
69
trivvyscan:
70
paths:
71
- 'environments/.stackhpc/tofu/cluster_image.auto.tfvars.json'
72
+ - name: Echo paths result
73
+ run: >
74
+ echo '${{ steps.skip_check.outputs.paths_result }}'
75
+ | jq -r '.'
76
77
extra:
78
name: Test extra build
0 commit comments