From 2b687a3dee72ff0304bfd0e47ec76e4f1bbeaf0a Mon Sep 17 00:00:00 2001 From: Michael Hashizume Date: Mon, 13 May 2024 11:03:15 -0700 Subject: [PATCH] Set Mend branch to master Previously, the Mend action referenced 7.x and main branches. These branches do not exist in this repository and were likely copied over from the puppet or puppet-agent repositories. This commit updates Mend to reference the master branch, which is the default branch for puppet-runtime. --- .github/workflows/mend.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mend.yaml b/.github/workflows/mend.yaml index 2e7cefcdd..78784420a 100644 --- a/.github/workflows/mend.yaml +++ b/.github/workflows/mend.yaml @@ -3,8 +3,7 @@ name: Mend Monitor on: push: branches: - - 7.x - - main + - master jobs: mend_monitor: if: ${{ github.repository_owner == 'puppetlabs' }} @@ -33,4 +32,3 @@ jobs: WS_USERKEY: ${{ secrets.MEND_TOKEN }} WS_PRODUCTNAME: Puppet Agent WS_PROJECTNAME: ${{ github.event.repository.name }} -