From 526410f485bbecd0985efde7b3c3cfbef87afd14 Mon Sep 17 00:00:00 2001 From: kennyho-ml <54861428+kennyho-ml@users.noreply.github.com> Date: Mon, 27 Feb 2023 16:28:28 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31e204b..bea6f8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,4 +15,17 @@ jobs: pr_title: "Release" pr_reviewer: "kennyho-ml" pr_allow_empty: true + test-update-file: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Update values.yaml + uses: fjogeleit/yaml-update-action@main + with: + valueFile: 'someYaml.yml' + propertyPath: 'images.newTag' + value: v1.0.1 + commitChange: false + targetBranch: main + createPR: true