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 9d25cd7 commit 76ac495Copy full SHA for 76ac495
.github/workflows/build.yml
@@ -3,8 +3,6 @@ name: build
3
on:
4
push:
5
branches: [main]
6
- pull_request:
7
- branches: [main]
8
9
permissions:
10
id-token: write
@@ -43,7 +41,7 @@ jobs:
43
41
region: cn-beijing
44
42
role-session-name: github-actions-${{ github.run_id }}
45
oidc-provider-arn: acs:ram::1953761221157405:oidc-provider/github
46
- set-outputs: "true"
+ export-environment-variables: "true"
47
- name: Sync to OSS
48
run: |
49
rclone sync ./build/ oss:databend-docs/
0 commit comments