Commit 072e7de
fix: remove redundant version info display
Removed confusing duplicate SHA display where github.sha showed the
calling repository's SHA (same as target-ref), not the reusable
workflow's SHA.
The reusable workflow SHA (compose-workflow commit) is already shown
in GitHub's auto-generated "Uses:" log line, which we can't control
via context variables.
Now displays:
- Repository and target ref (deployment target)
- Stacks being deployed
- Runner platform
- Note pointing to "Uses:" line for compose-workflow SHA
Regarding deployment being skipped: This is correct behavior when the
server is already at the target commit. The changed-files conditional
prevents "similar hashes" error, and when they match, deployment is
correctly skipped (unless force-deploy is true).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 42e6599 commit 072e7de
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
212 | 210 | | |
| 211 | + | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments