File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 99 - edited
1010
1111jobs :
12- playground-preview :
13- name : Update Playground Preview
12+ create-blueprint :
13+ name : Create Blueprint
1414 runs-on : ubuntu-latest
15- permissions :
16- contents : read
17- pull-requests : write
18- issues : write
15+ outputs :
16+ blueprint : ${{ steps.blueprint.outputs.result }}
1917 steps :
2018 - name : Create Blueprint
2119 id : blueprint
@@ -37,10 +35,17 @@ jobs:
3735 };
3836 return JSON.stringify(blueprint);
3937 result-encoding : string
40- - name : Playground Preview Button
41- uses : adamziel/playground-preview/.github/workflows/playground-preview.yml@trunk
42- with :
43- preview-mode : " description"
44- # plugin-path: /
45- blueprint : ${{ steps.blueprint.outputs.result }}
38+
39+ playground-preview :
40+ name : Update Playground Preview
41+ needs : create-blueprint
42+ permissions :
43+ contents : read
44+ pull-requests : write
45+ issues : write
46+ uses : adamziel/playground-preview/.github/workflows/playground-preview.yml@trunk
47+ with :
48+ preview-mode : " description"
49+ # plugin-path: /
50+ blueprint : ${{ needs.create-blueprint.outputs.blueprint }}
4651
Original file line number Diff line number Diff line change 1515/**/
1616/**/
1717/**/
18+ /**/
You can’t perform that action at this time.
0 commit comments