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 3515ef4 commit fafc261Copy full SHA for fafc261
.github/workflows/reusable-ecamp3-deployment.yml
@@ -178,3 +178,7 @@ jobs:
178
|<span aria-hidden="true">🔍</span> Latest deploy log | [${{ steps.job-url.outputs.html_url }}](${{ steps.job-url.outputs.html_url }}) |
179
---
180
comment-tag: feature-branch-deployment-status
181
+
182
+ - name: Cleanup temp files
183
+ if: always()
184
+ run: rm -f /tmp/secrets.json /tmp/vars.json .helm/ecamp3/env.yaml
0 commit comments