Skip to content

Commit b894426

Browse files
committed
Update workflows
1 parent 074375e commit b894426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_whole_doc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
- name: Install yq
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install python python3-pip
24+
sudo apt-get install python3 python3-pip
2525
pip3 install yq
2626
shell: bash
2727

2828
- name: Get repo names
2929
id: set-matrix
3030
run: |
3131
export REPOS=$(cat .repos/repositories.json | yq -c '[.[]]')
32-
echo "::set-output name=repo::$REPOS"
32+
echo "repo=$REPOS" >> $GITHUB_OUTPUT
3333
outputs:
3434
matrix: ${{ steps.set-matrix.outputs.repo }}
3535

0 commit comments

Comments
 (0)