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 94d4133 commit 67b302cCopy full SHA for 67b302c
.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