We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2154f72 commit 6d3ae15Copy full SHA for 6d3ae15
.github/workflows/version-bump.yml
@@ -48,6 +48,10 @@ jobs:
48
IC_VERSION: ${{ inputs.ic_version }}
49
CHART_VERSION: ${{ inputs.helm_chart_version }}
50
51
+ - name: Update Snapshots
52
+ run: |
53
+ make test-update-snaps
54
+
55
- name: Create Pull Request
56
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
57
with:
0 commit comments