Change install to winget, nuget, msstore (#3088)

This commit is contained in:
Chris Titus
2024-12-05 21:18:28 -06:00
committed by GitHub
parent 0779dd9096
commit d6c1fbe4a2
6 changed files with 128 additions and 993 deletions

View File

@ -28,7 +28,7 @@ jobs:
else
echo "label_command=false" >> $GITHUB_ENV
fi
- name: Check for /unlabel command
id: check_unlabel_command
run: |
@ -86,7 +86,7 @@ jobs:
else
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
fi
- name: Reopen issue
if: env.reopen_command == 'true'
env:
@ -104,7 +104,7 @@ jobs:
run: |
echo Labeling the issue...
gh issue edit $ISSUE_NUMBER --repo ${{ github.repository }} --add-label "${{ env.label_name }}"
- name: Remove labels
if: env.unlabel_command == 'true'
env:
@ -112,4 +112,4 @@ jobs:
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
echo Unlabeling the issue...
gh issue edit $ISSUE_NUMBER --repo ${{ github.repository }} --remove-label "${{ env.unlabel_name }}"
gh issue edit $ISSUE_NUMBER --repo ${{ github.repository }} --remove-label "${{ env.unlabel_name }}"