mirror of
https://github.com/nginx/nginx.git
synced 2026-07-10 10:54:57 +00:00
GH: fix set-creation-date.yaml workflow
Some checks are pending
buildbot / buildbot (push) Waiting to run
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:
parent
80ee028b80
commit
7d76d67241
1 changed files with 1 additions and 1 deletions
2
.github/workflows/set-creation-date.yaml
vendored
2
.github/workflows/set-creation-date.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue