We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77aa9bd commit 189c9afCopy full SHA for 189c9af
README.md
@@ -59,7 +59,7 @@ jobs:
59
- Use `domain` to set where the CircleCI artifacts are hosted. It defaults to CircleCI, but the
60
[Scientific Python CircleCI proxy](https://github.com/scientific-python/circleci-proxy) can be set, too,
61
as it addresses some routing issues for mystmd generated outputs.
62
-- The action has an outtput ``url`` that you can use in downstream steps, but
+- The action has an output `url` that you can use in downstream steps, but
63
this URL will only point to a valid artifact once the job is complete, i.e.,
64
`github.event.status` is either `'success'`, `'fail'`, or (maybe) `'error'`,
65
not `'pending'`.
0 commit comments