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.
1 parent d9ccd37 commit 1dbe948Copy full SHA for 1dbe948
.github/workflows/sync-S3-KB.yml
@@ -29,7 +29,7 @@ jobs:
29
run_job_with_aws:
30
runs-on: ubuntu-latest
31
env:
32
- sdk_name: ${{ github.event.inputs.sdk_name || 'python' }}
+ sdk_name: ${{ github.event.inputs.sdk_name || 'cpp' }}
33
34
steps:
35
- name: Checkout
0 commit comments