actions-marketplace-validations/Winget Push Test
Push packages to a test winget repository using Github workflow instead of pushing to the main winget repository via workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 14, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/gnpaone_winget-push-test@f98b689ea67704f08bcb7830d4cf6a24b8183eb5 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Package url | — | — |
| urlarm | Package url (arm) | — | — |
| url32 | Package url (32-bit) | — | — |
| url64 | Package url (64-bit) | — | — |
| urlarmhf | Package url (armhf) | — | — |
| urlarm64 | Package url (arm64) | — | — |
| version | Version of your winget package. Recommended to not keep any letter behind version number | yes | — |
| token | Personal access token (auto-populated) to submit package to winget repo | yes | — |
| packageid | Package ID of your winget package | yes | — |
| user | Github username where the test winget repo is created | yes | microsoft |
| repo | Name of winget test repository | yes | winget-pkgs |
| forcearch | Force the submitting architecture for the given package URLs | — | false |
Outputs
no outputs