Skip to content

Commit b4e22ca

Browse files
committed
ci: fix compute-projects.yml
1 parent e154db5 commit b4e22ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compute-projects.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ on:
3131
outputs:
3232
finalProjects:
3333
description: "Result Project"
34-
value: ${{ steps.final.outputs.finalProjects }}
34+
value: ${{ jobs.compute.outputs.finalProjects }}
3535

3636
jobs:
3737
compute:
3838
runs-on: ubuntu-latest
39+
outputs:
40+
finalProjects: ${{ steps.final.outputs.finalProjects }}
3941
steps:
4042
- name: Checkout repository
4143
uses: actions/checkout@v4

0 commit comments

Comments
 (0)