Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyho-ml authored Feb 27, 2023
1 parent c0de5ea commit 526410f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 526410f

Please sign in to comment.