Skip to content

Commit 7b53849

Browse files
committed
fix linter yaml
1 parent 532fae4 commit 7b53849

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
-H "Authorization: token ${{ secrets.GH_UPDATE_PACKAGE_OTTO }}" \
2525
-H "Accept: application/vnd.github.v3+json" \
2626
https://api.github.com/repos/opsmill/infrahub-demo-dc-fabric-develop/dispatches \
27-
-d "{\"event_type\":\"trigger-dependabot-update\", \"client_payload\": {\"version\": \"${{ github.event.release.tag_name }}\"}}"
27+
-d "{\"event_type\":\"trigger-dependabot-update\", \"client_payload\": {\"version\": \"${{ github.event.release.tag_name }}\"}}"

.yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ rules:
1414
# See https://github.com/prettier/prettier/pull/10926 or https://github.com/redhat-developer/vscode-yaml/issues/433
1515
min-spaces-from-content: 1
1616
line-length:
17-
max: 120
17+
max: 140
1818
allow-non-breakable-words: true
1919
allow-non-breakable-inline-mappings: false

0 commit comments

Comments
 (0)