Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit951b904

Browse files
fix repositoryUrl check in workflows
1 parent9da2673 commit951b904

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.github/workflows/publish-lowcoder-cli.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish-package:
12-
if:${{ github.repositoryUrl == 'git://github.com/lowcoder/lowcoder.git'}}
12+
if:${{ github.repositoryUrl == 'git://github.com/lowcoder-org/lowcoder.git'}}
1313
runs-on:ubuntu-latest
1414
steps:
1515
-name:Checkout repository

‎.github/workflows/publish-lowcoder-comps.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish-package:
12-
if:${{ github.repositoryUrl == 'git://github.com/lowcoder/lowcoder.git'}}
12+
if:${{ github.repositoryUrl == 'git://github.com/lowcoder-org/lowcoder.git'}}
1313
runs-on:ubuntu-latest
1414
steps:
1515
-name:Checkout repository

‎.github/workflows/publish-lowcoder-core.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish-package:
12-
if:${{ github.repositoryUrl == 'git://github.com/lowcoder/lowcoder.git'}}
12+
if:${{ github.repositoryUrl == 'git://github.com/lowcoder-org/lowcoder.git'}}
1313
runs-on:ubuntu-latest
1414
steps:
1515
-name:Checkout repository

‎.github/workflows/publish-lowcoder-sdk.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish-package:
12-
if:${{ github.repositoryUrl == 'git://github.com/lowcoder/lowcoder.git'}}
12+
if:${{ github.repositoryUrl == 'git://github.com/lowcoder-org/lowcoder.git'}}
1313
runs-on:ubuntu-latest
1414
steps:
1515
-name:Checkout repository

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp