File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ runs:
40
40
echo "inputs: $INPUTS"
41
41
42
42
- id : cache-path
43
- uses : ./.github/actions/ output
43
+ uses : streetsidesoftware/action-set- output@v1
44
44
with :
45
45
value : |
46
46
packages/*/dist
47
47
integration-tests/dist
48
- show : true
48
+ debug : true
49
49
50
50
- id : cache-key
51
- uses : ./.github/actions/ output
51
+ uses : streetsidesoftware/action-set- output@v1
52
52
with :
53
53
value : >-
54
54
integrations-build-${{ hashFiles(
55
55
'integration-tests/src/**/*.ts', 'integration-tests/tsconfig.json',
56
56
'*-lock.yaml', 'packages/*/src/**/*.ts', 'packages/*/tsconfig.json'
57
57
) }}
58
- show : true
58
+ debug : true
59
59
60
60
- name : Cache Build
61
61
id : step-cache-build
Original file line number Diff line number Diff line change 27
27
28
28
- name : Set Outputs
29
29
id : result
30
- uses : ./.github/actions/ output
30
+ uses : streetsidesoftware/action-set- output@v1
31
31
with :
32
32
value : ${{ env.REPOS }}
33
- show : true
33
+ debug : true
You can’t perform that action at this time.
0 commit comments