From 1230d4f78e6e7a8da30f8b7cda892ad86571f578 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Tue, 22 Oct 2024 21:11:22 -0700 Subject: [PATCH] Update autoupdate.yml --- .github/workflows/autoupdate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'