Update transaction ID docs and fix deprecated GitHub Actions set-output#2
Merged
Merged
Conversation
… syntax Agent-Logs-Url: https://github.com/Darliewithrow/documentation/sessions/a501b961-357f-4317-95b2-172d5b5a785f Co-authored-by: Darliewithrow <216807437+Darliewithrow@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update transaction ID handling in copilot branch
Update transaction ID docs and fix deprecated GitHub Actions set-output
Apr 8, 2026
Darliewithrow
approved these changes
Apr 8, 2026
Darliewithrow
approved these changes
Apr 8, 2026
Darliewithrow
approved these changes
Apr 8, 2026
Owner
|
copilot/update-transaction-id |
Owner
|
|
Owner
|
That So:
If you want, I can explain the difference between step outputs and environment variables too. |
Darliewithrow
left a comment
Owner
There was a problem hiding this comment.
That if checks whether the previous step’s output has_changes is the string true.
So:
steps.detect_changes.outputs.has_changes == 'true'→ step runs- otherwise → step is skipped
If you want, I can explain the difference between step outputs and environment variables too.
Owner
2 similar comments
Owner
Owner
Owner
|
0xa02efa5ab589be88a4b69be8640f72dedb23ff0a6b24bdbc4be9980c6bf520004e0ce82336f18ba2610a25b5e131fa2b |
1 similar comment
Owner
|
0xa02efa5ab589be88a4b69be8640f72dedb23ff0a6b24bdbc4be9980c6bf520004e0ce82336f18ba2610a25b5e131fa2b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The privacy policy was missing the
npm-commandheader (added in npm v7) and describednpm-sessionimprecisely. Theupdate-cli.ymlworkflow used the deprecated::set-outputsyntax.Changes
content/policies/privacy.mdxnpm-sessionreworded from "unique identifier" → "unique transaction identifier"npm-commandheader entry betweennpm-scopeandreferrer.github/workflows/update-cli.yml::set-output name=has_changes::1withecho "has_changes=1" >> $GITHUB_OUTPUT