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