Skip to content

Commit

Permalink
[github] auto milestone, fix condition on former step
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 10, 2020
1 parent 82033af commit a5dcb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-auto-milestone.yml
Expand Up @@ -113,10 +113,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Get the milestone number
# Compute the milestone number
- name: Compute milestone number from existing or created
id: compute_milestone
if: steps.extract_data.outputs.has_milestone_to_set == true
if: always() && steps.extract_data.outputs.has_milestone_to_set == true
env:
MILESTONE_NUMBER_EXISTING: ${{ steps.calculate_milestone.outputs.milestone_number }}
MILESTONE_NUMBER_CREATED_JSON: ${{ steps.create_milestone.outputs.data }}
Expand Down

0 comments on commit a5dcb63

Please sign in to comment.