Browse Source

refactor: rename details-check-generate-matrix.sh

The commit renames the file `detals-check-generate-matrix.sh` to `details-check-generate-matrix.sh`. This change ensures consistency and improves clarity in the codebase.
pull/4509/head
Daniel Gibbs 1 year ago
parent
commit
e997c94f75
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 0
      .github/workflows/details-check-generate-matrix.sh
  2. 2
      .github/workflows/details-check.yml

0
.github/workflows/detals-check-generate-matrix.sh → .github/workflows/details-check-generate-matrix.sh

2
.github/workflows/details-check.yml

@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Generate matrix with generate-matrix.sh
run: chmod +x .github/workflows/detals-check-generate-matrix.sh; .github/workflows/detals-check-generate-matrix.sh
run: chmod +x .github/workflows/details-check-generate-matrix.sh; .github/workflows/details-check-generate-matrix.sh
- name: Set Matrix
id: set-matrix

Loading…
Cancel
Save