We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ade461 commit 798f926Copy full SHA for 798f926
.github/workflows/generate.yaml
@@ -36,7 +36,7 @@ jobs:
36
sudo apt update
37
sudo apt install python3
38
echo "using $(python3 --version)"
39
- curl -O https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py
+ curl https://raw.githubusercontent.com/pypa/get-pip/3a2fcd4fef4195df1916b16e4b2f34091c9bcee7/public/get-pip.py -o get-pip.py
40
python3 get-pip.py
41
- run: ./google-api-java-client-services/.github/workflows/generate.sh ${{ matrix.service }}
42
- uses: googleapis/code-suggester@v2 # takes the changes from git directory
0 commit comments