You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`remove-matcher`removes a Problem Matcher by owner
115
115
### Save State
116
116
117
-
Save state to be used in the corresponding wrapper (finally) post job entry point.
117
+
Save a state to an environmental variable that can later be used in the main or post action.
118
118
119
119
```bash
120
120
echo "::save-state name=FOO::foovalue"
121
121
```
122
122
123
+
An environmental variable named `STATE_FOO` will be available to use in the post or main action. See [Sending Values to the pre and post actions](https://help.github.com/en/actions/reference/workflow-commands-for-github-actions#sending-values-to-the-pre-and-post-actions) for more information.
124
+
123
125
### Log Level
124
126
125
127
There are several commands to emit different levels of log output:
0 commit comments