We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de65cf + 66a5224 commit f0c5002Copy full SHA for f0c5002
1 file changed
.github/workflows/error-ref-publisher.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Update docs
52
run: |
53
- echo '{ "errors_export": "" }' | jq --slurpfile export ./helpers/errorutil_errors_export.json '.errors_export = $export[0]' > ./meshery/docs/_data/errorref/app-mesh_errors_export.json
+ echo '{ "errors_export": "" }' | jq --slurpfile export ./helpers/errorutil_errors_export.json '.errors_export = $export[0]' > ./meshery/docs/data/errorref/app-mesh_errors_export.json
54
- name: Commit changes
55
uses: stefanzweifel/git-auto-commit-action@v4
56
with:
@@ -60,4 +60,4 @@ jobs:
60
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
61
commit_options: '--signoff'
62
commit_message: '[Docs] Error Code Reference: Updated codes for App-Mesh adapter'
63
- file_pattern: docs/
+ file_pattern: docs/
0 commit comments