From 24ce4c74b75d3891f0be2367e01abcd1724299da Mon Sep 17 00:00:00 2001 From: Pranav C Date: Tue, 7 Dec 2021 16:45:01 +0530 Subject: [PATCH] chore(action): update action version Signed-off-by: Pranav C --- .github/workflows/publish-docs.yml | 3 ++- .../noco-docs/content/en/developer-resources/graphql-apis.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 231876ec78..1271ccb2ad 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -32,11 +32,12 @@ jobs: - name: Pushes generated output if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }} - uses: dmnemec/copy_file_to_another_repo_action@main + uses: dmnemec/copy_file_to_another_repo_action@359a1f471b8afe754017e123da0aa01ad6b1d1ac env: API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} with: source_file: 'packages/noco-docs/dist/' + clear_folder: 'dist/*' destination_repo: 'nocodb/noco-docs' destination_folder: 'docs' user_email: 'oof1lab@gmail.com' diff --git a/packages/noco-docs/content/en/developer-resources/graphql-apis.md b/packages/noco-docs/content/en/developer-resources/graphql-apis.md index df8d1b18b5..bdce08ad76 100644 --- a/packages/noco-docs/content/en/developer-resources/graphql-apis.md +++ b/packages/noco-docs/content/en/developer-resources/graphql-apis.md @@ -87,6 +87,7 @@ PaymentList(where:"(checkNumber,eq,JM555205)~or((amount,gt,200)~and(amount,lt,20 ``` #### Logical operators + ``` ~or - 'or' ~and - 'and'