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 72af71e commit f2480b9Copy full SHA for f2480b9
.github/workflows/trigger-hpsf-gitlab-ci.yml
@@ -66,7 +66,7 @@ jobs:
66
--header "PRIVATE-TOKEN: ${{ secrets.HPSF_GITLAB_API_TOKEN }}" \
67
--data-urlencode "name=${PIPELINE_NAME}" \
68
"https://gitlab.spack.io/api/v4/projects/${{ env.GITLAB_PROJECT_ID }}/pipelines/${PIPELINE_ID}/metadata" \
69
- || echo "Warning: Failed to update pipline name (possibly expired token)"
+ || echo "Warning: Failed to update pipeline name (possibly expired token)"
70
echo "Updated pipeline name to: $PIPELINE_NAME"
71
72
- name: Post status to GitHub PR
0 commit comments