Predicate commandToOutputStoreStep
A command whose output gets assigned to an environment variable or step output.
- run: | echo “foo=$(cmd)” >> “$GITHUB_OUTPUT”
- run: | foo=$(<cmd)" echo “bar=${foo}” >> “$GITHUB_OUTPUT”
Import path
import codeql.actions.dataflow.FlowStepspredicate commandToOutputStoreStep(Node pred, Node succ, ContentSet c)