We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4383939 commit b369e07Copy full SHA for b369e07
.github/workflows/cd-module.yml
@@ -151,5 +151,5 @@ jobs:
151
github_user: ${{ secrets.BUILD_PACKAGE_HPC_GITHUB_USER }}
152
github_token: ${{ secrets.GH_REPO_READ_TOKEN }}
153
troika_user: ${{ secrets.HPC_CI_SSH_USER }}
154
- repository: ${{ github.repository }}/${{ github.sha }}
+ repository: ${{ github.repository }}@${{ github.event.pull_request.head.sha || github.sha }}
155
build_config: ${{ inputs.config_path }}
0 commit comments