-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (25 loc) · 1.03 KB
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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