File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,18 @@ jobs:
63
63
- name : Check out the repository under ${GITHUB_WORKSPACE}
64
64
uses : actions/checkout@v4
65
65
66
- - name : Update manifest and patches in-place - show diff
66
+ - name : Test if manifest bump is functional, and save result to a new file
67
+ working-directory : .github/container
68
+ shell : bash -x -e {0}
69
+ run : |
70
+ bash bump.sh --input-manifest manifest.yaml --output-manifest manifest.yaml.new
71
+
72
+ - name : Replace current manifest with the new one and show diff
67
73
if : inputs.BUMP_MANIFEST
68
74
working-directory : .github/container
69
75
shell : bash -x -e {0}
70
76
run : |
71
- bash bump.sh --input- manifest manifest.yaml
77
+ mv manifest.yaml.new manifest.yaml
72
78
git diff
73
79
74
80
- name : Upload bumped manifest to be used in build-base
You can’t perform that action at this time.
0 commit comments