Skip to content

Commit

Permalink
Update assign-milestone-on-close.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaCowley authored Aug 21, 2024
1 parent be7c7b5 commit e34af43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/assign-milestone-on-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
assign-milestone:
runs-on: ubuntu-latest
steps:
- name: Get payload content
id: payload-content
uses: actions/github-script@v7
with:
script: return json.stringify(context.payload);
result-encoding: string
- name: Print payload content
id: print-payload
run: echo "${{steps.get-payload.outputs.result}}"
- name: Check if milestone is set
id: check-milestone
uses: actions/github-script@v7
Expand Down

0 comments on commit e34af43

Please sign in to comment.