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 a69c8ff commit 31f50bdCopy full SHA for 31f50bd
.github/workflows/mirror-to-registry.yaml
@@ -9,7 +9,7 @@ jobs:
9
build-and-push:
10
runs-on: ubuntu-latest
11
# This job is executed only when the repository is the main repository.
12
- if: github.repository == 'zakahan/veadk-python'
+ if: github.repository == 'volcengine/veadk-python'
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
0 commit comments