Skip to content

Commit e010bec

Browse files
authoredJan 14, 2023
ci: Try the set output action (#4017)
* use streetsidesoftware/action-set-output@v1
1 parent 1bddeab commit e010bec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/actions/build-for-integrations/action.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@ runs:
4040
echo "inputs: $INPUTS"
4141
4242
- id: cache-path
43-
uses: ./.github/actions/output
43+
uses: streetsidesoftware/action-set-output@v1
4444
with:
4545
value: |
4646
packages/*/dist
4747
integration-tests/dist
48-
show: true
48+
debug: true
4949

5050
- id: cache-key
51-
uses: ./.github/actions/output
51+
uses: streetsidesoftware/action-set-output@v1
5252
with:
5353
value: >-
5454
integrations-build-${{ hashFiles(
5555
'integration-tests/src/**/*.ts', 'integration-tests/tsconfig.json',
5656
'*-lock.yaml', 'packages/*/src/**/*.ts', 'packages/*/tsconfig.json'
5757
) }}
58-
show: true
58+
debug: true
5959

6060
- name: Cache Build
6161
id: step-cache-build

‎.github/actions/list-integration-repos/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
2828
- name: Set Outputs
2929
id: result
30-
uses: ./.github/actions/output
30+
uses: streetsidesoftware/action-set-output@v1
3131
with:
3232
value: ${{ env.REPOS }}
33-
show: true
33+
debug: true

0 commit comments

Comments
 (0)
Please sign in to comment.