Browse Source

chore(action): update action version

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/843/head
Pranav C 3 years ago
parent
commit
24ce4c74b7
  1. 3
      .github/workflows/publish-docs.yml
  2. 1
      packages/noco-docs/content/en/developer-resources/graphql-apis.md

3
.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'

1
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'

Loading…
Cancel
Save