Skip to content

@W-21857875: remove retry wrapper to properly set ctc value#155

Merged
jfeingold35 merged 1 commit intomainfrom
ew/ctc
Apr 15, 2026
Merged

@W-21857875: remove retry wrapper to properly set ctc value#155
jfeingold35 merged 1 commit intomainfrom
ew/ctc

Conversation

@iowillhoit
Copy link
Copy Markdown
Contributor

Summary

ctcOpen action's changeCaseId output was empty, causing change cases to be opened but never closed.
The retry composite action wrapper doesn't define outputs, so $GITHUB_OUTPUT writes from the inner command were silently lost.

This replaces the retry wrapper with a direct run: step so $GITHUB_OUTPUT sets the output on the ctc step directly. Added set +e / set -e guards to match ctcOpen.yml.

@W-21857875@

@iowillhoit
Copy link
Copy Markdown
Contributor Author

Note reviewing this with whitespace disabled makes it much clearer https://github.com/salesforcecli/github-workflows/pull/155/changes?w=1

@jfeingold35 jfeingold35 merged commit 839541a into main Apr 15, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants