Skip to content

Commit 80a9fae

Browse files
authored
docs: fix broken failure expression github docs link (mxschmitt#97)
1 parent c9b80ad commit 80a9fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
```
110110

111111
## Only on failure
112-
By default a failed step will cause all following steps to be skipped. You can specify that the tmate session only starts if a previous step [failed](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#failure).
112+
By default a failed step will cause all following steps to be skipped. You can specify that the tmate session only starts if a previous step [failed](https://docs.github.com/en/actions/learn-github-actions/expressions#failure).
113113

114114
```yaml
115115
name: CI

0 commit comments

Comments
 (0)