mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[github] auto milestone, fix number
This commit is contained in:
parent
83951a461d
commit
3304284266
2
.github/workflows/pr-auto-milestone.yml
vendored
2
.github/workflows/pr-auto-milestone.yml
vendored
@ -120,7 +120,7 @@ jobs:
|
||||
id: compute_milestone
|
||||
if: always() && steps.extract_data.outputs.has_milestone_to_set == 1
|
||||
env:
|
||||
MILESTONE_NUMBER_EXISTING: ${{ steps.calculate_milestone.outputs.milestone_number }}
|
||||
MILESTONE_NUMBER_EXISTING: ${{ steps.extract_data.outputs.milestone_number }}
|
||||
MILESTONE_NUMBER_CREATED_JSON: ${{ steps.create_milestone.outputs.data }}
|
||||
run: |
|
||||
FINAL_MILESTONE_NUMBER=$([[ -n ${MILESTONE_NUMBER_EXISTING} ]] && echo "${MILESTONE_NUMBER_EXISTING}" || $(echo "${MILESTONE_NUMBER_CREATED_JSON}" | jq '.number' ))
|
||||
|
Loading…
x
Reference in New Issue
Block a user