Skip to content

Commit f2480b9

Browse files
committed
a typo
1 parent 72af71e commit f2480b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-hpsf-gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
--header "PRIVATE-TOKEN: ${{ secrets.HPSF_GITLAB_API_TOKEN }}" \
6767
--data-urlencode "name=${PIPELINE_NAME}" \
6868
"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)"
69+
|| echo "Warning: Failed to update pipeline name (possibly expired token)"
7070
echo "Updated pipeline name to: $PIPELINE_NAME"
7171
7272
- name: Post status to GitHub PR

0 commit comments

Comments
 (0)