We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfd85f commit 24a3331Copy full SHA for 24a3331
.github/workflows/release-update-cloudfoundry-index.yml
@@ -30,7 +30,7 @@ jobs:
30
run: git checkout -b opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
31
32
- name: install xq (which is part of yq)
33
- - run: |
+ run: |
34
sudo apt-get install jq python3-pip
35
pip install yq==3.4.2
36
0 commit comments