]> git.kaiwu.me - nginx.git/commitdiff
GH: fix set-creation-date.yaml workflow
authorAndrew Clayton <a.clayton@nginx.com>
Wed, 13 May 2026 19:12:38 +0000 (20:12 +0100)
committerAndrew Clayton <a.clayton@nginx.com>
Wed, 13 May 2026 19:19:15 +0000 (20:19 +0100)
Fix the name of the 'Created At' field.

Fixes: 319b4ea63 ("GH: set new issues creation date")
.github/workflows/set-creation-date.yaml

index 6dcbabcfac961dd2f10cbd2fec77d8a84ddd9d35..db6574e71f732967b0345aab48800bde8ecb037d 100644 (file)
@@ -53,7 +53,7 @@ jobs:
             }' -f org=$ORGANIZATION -F number=$PROJECT_NUMBER >project_data.json
 
           echo 'PROJECT_ID='$(jq -r '.data.organization.projectV2.id' project_data.json) >>$GITHUB_ENV
-          echo 'DATE_FIELD_ID='$(jq -r '.data.organization.projectV2.fields.nodes[] | select(.name == "Created at") | .id' project_data.json) >>$GITHUB_ENV
+          echo 'DATE_FIELD_ID='$(jq -r '.data.organization.projectV2.fields.nodes[] | select(.name == "Created At") | .id' project_data.json) >>$GITHUB_ENV
 
       # Needed to get the item's Global ID
       - name: Add item to project