Skip to content

Commit

Permalink
fix milestone create output
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 26, 2024
1 parent 227a79c commit f8a1be9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:

- name: Output Milestone Number
if: success()
env:
MILESTONE_NUMBER: ${{ steps.create.outputs.milestone_number }}
run: |
echo "The new milestone number is ${{ steps.create.outputs.milestone_number }}"
echo "The new milestone number is $MILESTONE_NUMBER"
- name: Debug Output
if: failure()
Expand Down

0 comments on commit f8a1be9

Please sign in to comment.