Skip to content

Commit 15e691b

Browse files
committed
feat: remove unused formatting in yq
1 parent 6ff4a91 commit 15e691b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-OAS-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Update OAS version of the spec yaml files
6666
run: |
6767
for file in xero_accounting.yaml xero_assets.yaml xero_bankfeeds.yaml xero_files.yaml xero-app-store.yaml xero-finance.yaml xero-identity.yaml xero-payroll-au.yaml xero-payroll-nz.yaml xero-payroll-uk.yaml xero-projects.yaml; do
68-
yq eval --no-colors --prettyPrint ".info.version = \"${{steps.get_latest_release_number.outputs.releaseVersion}}\"" -i "$file"
68+
yq eval ".info.version = \"${{steps.get_latest_release_number.outputs.releaseVersion}}\"" -i "$file"
6969
echo "updated version in $file"
7070
done
7171

0 commit comments

Comments
 (0)