Skip to content

Commit c3d91eb

Browse files
authored
Merge pull request #22 from stackhpc/config-diff-artifacts
feat: upload `diff` and `log` artifacts after `config-diff`
2 parents d68fe7b + 7fa62ac commit c3d91eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

roles/github/templates/run-config-diff.yml.j2

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ jobs:
7373
- name: Print diff
7474
run: |
7575
cat /tmp/kayobe-config-diff
76+
77+
- name: Upload artifact
78+
uses: actions/upload-artifact@v4
79+
with:
80+
name: config-diff-artifacts
81+
path: |
82+
/tmp/kayobe-config-diff
83+
/tmp/target-kayobe.log
84+
/tmp/source-kayobe.log
7685
<% if github_final_hook | length >= 1 +%>
7786
%% github_final_hook | indent(width=6, first=false) -%%
7887
<% endif %>

0 commit comments

Comments
 (0)