Skip to content

Fix Add-Member not working if property already exists #23

Fix Add-Member not working if property already exists

Fix Add-Member not working if property already exists #23

Workflow file for this run

name: Update winget package-PUSH
on: [push]
jobs:
winget:
name: Publish winget package
runs-on: windows-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# updated local manifest files to this repo
contents: write
defaults:
run:
shell: pwsh
working-directory: ${{ github.workspace }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WINGET_PAT: ${{ secrets.WINGET_PAT }}
steps:
- name: Checkout code 👋
uses: actions/checkout@v4
- name: Create manifest and submit PR 📦
run: |
./createManifest.ps1