We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dc006 commit f7e6177Copy full SHA for f7e6177
.github/workflows/incus.yaml
@@ -43,10 +43,13 @@ jobs:
43
done
44
echo
45
46
+ - uses: actions/checkout@v6
47
+ with:
48
+ sparse-checkout: |
49
+ utils/incus_report.sh
50
+ sparse-checkout-cone-mode: false
51
- name: Verify Puppet Prometheus report for errors
52
run: |
53
incus project switch ${{ steps.create_cluster.outputs.incus_project }}
- incus file pull mgmt1/etc/puppetlabs/code/environments/production/utils/incus_report.sh .
- exec >> $GITHUB_STEP_SUMMARY
- bash incus_report.sh
54
+ bash incus_report.sh >> $GITHUB_STEP_SUMMARY
55
0 commit comments