Skip to content

Commit

Permalink
fix closing upload issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jan 17, 2025
1 parent c103f90 commit dbcd70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_via_issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
bioimage.io @reviewers were notified.
- if: needs.stage.result == 'success'
run: gh issue close "$NUMBER" --reason="$REASON"
run: gh issue close "$NUMBER" --reason=completed --comment="$MESSAGE"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
REASON: |
MESSAGE: |
Successfully staged new draft from ${{needs.comment.outputs.package_url}} ! :rocket:
Status and test results of your upload can be found in our [draft overview](https://bioimageio-uploader.netlify.app/#/status).
Expand Down

0 comments on commit dbcd70f

Please sign in to comment.