diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index b8cc4b8..f4acaf2 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -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' \ No newline at end of file + if: steps.update.outputs.UpdateStatus == 'Update Available'