GH: fix set-creation-date.yaml workflow
Some checks are pending
buildbot / buildbot (push) Waiting to run

Fix the name of the 'Created At' field.

Fixes: 319b4ea63 ("GH: set new issues creation date")
This commit is contained in:
Andrew Clayton 2026-05-13 20:12:38 +01:00
parent 80ee028b80
commit 7d76d67241

View 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