Skip to content

Commit

Permalink
Improve error messages when git mirror cache is not configured. (#7)
Browse files Browse the repository at this point in the history
* Improve error messages when git mirror cache is not configured.

* Try ansi settings in error.

* permit errors.

* rebuild

* more styling
  • Loading branch information
n-g authored Sep 26, 2024
1 parent c43a5c2 commit dcaab38
Show file tree
Hide file tree
Showing 3 changed files with 25,501 additions and 1,520 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/force-errors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Force errors
name: Prints errors

on:
workflow_dispatch:
Expand All @@ -12,6 +12,7 @@ jobs:
- name: Github Checkout current
uses: actions/checkout@v4
- name: Namespace Checkout Current
continue-on-error: true
uses: ./ # Uses an action in the root directory
with:
path: nscloud-current
Expand All @@ -24,6 +25,7 @@ jobs:
- name: Github Checkout current
uses: actions/checkout@v4
- name: Namespace Checkout Current
continue-on-error: true
uses: ./ # Uses an action in the root directory
with:
path: nscloud-current
Loading

0 comments on commit dcaab38

Please sign in to comment.