This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch thirdparty-ci-on-each-os
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/thirdparty-ci-on-each-os by
this push:
new 3bf797f2c fix
3bf797f2c is described below
commit 3bf797f2c8330b707e8d460f376f2be2816609a8
Author: Dan Wang <[email protected]>
AuthorDate: Tue Jan 6 15:42:18 2026 +0800
fix
---
.github/workflows/thirdparty-regular-push.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/thirdparty-regular-push.yml
b/.github/workflows/thirdparty-regular-push.yml
index 793d1629f..abaa6515d 100644
--- a/.github/workflows/thirdparty-regular-push.yml
+++ b/.github/workflows/thirdparty-regular-push.yml
@@ -49,6 +49,6 @@ jobs:
- ubuntu2004
- ubuntu2204
- rockylinux9
- uses: .github/workflows/build-push-thirdparty.yml@${{ github.ref_name }}
+ uses: "./.github/workflows/build-push-thirdparty.yml"
with:
osversion: ${{ matrix.osversion }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]