Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing CI #93

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
# receives its workflow status.
#
# Workaround this by setting a status check to the new head manually.
#
# This does not work for forked repositories.
- name: Set status check
if: always()
if: always() && !github.event.pull_request.head.repo.fork
env:
GH_TOKEN: ${{ github.token }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ didn't mess up your content. This usually only happens when using the
[admonition syntax](https://docusaurus.io/docs/markdown-features/admonitions#usage-with-prettier).

If you're submitting a PR from a fork, or otherwise want to format your code
locally, use:
locally, use asdfasdf:

```bash
npx prettier --write .
Expand Down
7 changes: 3 additions & 4 deletions docs/command-line-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,9 @@ Saved new collector credential to /your/current/directory/collector-credential-1

:::warning

This credential isn't sensitive because it's only useful in your local
instance of Divvi Up. But collector credentials generated against the production
service should be carefully managed. Consider using a password manager to
protect them.
This credential isn't sensitive because it's only useful in your local instance
of Divvi Up. But collector credentials generated against the production service
should be carefully managed. Consider using a password manager to protect them.

:::

Expand Down