Skip to content

Commit b369e07

Browse files
committed
fix(cd-module): repository
1 parent 4383939 commit b369e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-module.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ jobs:
151151
github_user: ${{ secrets.BUILD_PACKAGE_HPC_GITHUB_USER }}
152152
github_token: ${{ secrets.GH_REPO_READ_TOKEN }}
153153
troika_user: ${{ secrets.HPC_CI_SSH_USER }}
154-
repository: ${{ github.repository }}/${{ github.sha }}
154+
repository: ${{ github.repository }}@${{ github.event.pull_request.head.sha || github.sha }}
155155
build_config: ${{ inputs.config_path }}

0 commit comments

Comments
 (0)