Test Manifest #47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Manifest | |
on: | |
workflow_dispatch: | |
jobs: | |
test: | |
name: Test manifest | |
runs-on: windows-latest | |
steps: | |
# - name: Checkout | |
# uses: actions/checkout@v4 | |
# - name: Get Sandbox Script | |
# run: Invoke-WebRequest -Uri https://raw.githubusercontent.com/microsoft/winget-pkgs/master/Tools/SandboxTest.ps1 -OutFile SandboxTest.ps1 | |
# - name: Run Sandbox Script | |
# run: .\SandboxTest.ps1 -WinGetVersion 1.7 -Script {winget install Git.Git --accept-source-agreements} | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Update package | |
id: update_version | |
env: | |
GITHUB_TOKEN: ${{ secrets.WINGET_PAT }} | |
WINGET_PKGS_FORK_REPO: ${{ vars.WINGET_PKGS_FORK_REPO }} | |
WebsiteURL: "https://www.isobuster.com/downloads/isobuster/isobuster_install_64bit.exe https://www.isobuster.com/downloads/isobuster/isobuster_install.exe" | |
PackageName: "SmartProjects.IsoBuster" | |
With: "Komac" | |
run: .\Scripts\generic.ps1 |