Update autoupdate.yml

This commit is contained in:
Evan Simkowitz
2024-10-22 21:11:22 -07:00
committed by GitHub
parent 8fe03f5337
commit 1230d4f78e
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: master
ref: main
- name: Install Chocolatey Automatic Package Updater Module
run: Install-Module -Name Chocolatey-AU -Force
@@ -56,4 +56,4 @@ jobs:
with:
commit_message: Apply Choco package update - ${{ matrix.package }} ${{ steps.update.outputs.newversion }}
file_pattern: '*.nuspec *.ps1'
if: steps.update.outputs.UpdateStatus == 'Update Available'
if: steps.update.outputs.UpdateStatus == 'Update Available'