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 be36dd6 commit 637f797Copy full SHA for 637f797
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
is_index: true
17
18
- setup_matrix:
+ setup_array:
19
runs-on: ubuntu-slim
20
outputs:
21
sites: ${{ steps.set_sites.outputs.sites }}
@@ -48,8 +48,8 @@ jobs:
48
echo 'EOF'
49
} >> "$GITHUB_OUTPUT"
50
51
- start_matrix:
52
- needs: [setup_matrix, make_index]
+ start_array:
+ needs: [setup_array, make_index]
53
54
environment: deploy
55
env:
@@ -68,8 +68,8 @@ jobs:
68
name: run_id-${{ matrix.site }}
69
path: run_id.txt
70
71
- watch_matrix:
72
- needs: [setup_matrix, start_matrix]
+ watch_array:
+ needs: [setup_array, start_array]
73
74
environment: deploy_watch
75
0 commit comments