mirror of
https://github.com/wavetermdev/chocolatey.git
synced 2026-08-05 13:47:23 -07:00
Update autoupdate.yml
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user