Skip to content

Commit

Permalink
ci: fix wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
7sDream committed May 8, 2024
1 parent 795dd60 commit ccd8090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
uses: ./.github/workflows/lint.yml
uses: ./.github/workflows/action-lint.yml

audit:
uses: ./.github/workflows/audit.yml
uses: ./.github/workflows/action-audit.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: ./.github/workflows/build.yml
uses: ./.github/workflows/action-build.yml
with:
name: fontfor

Expand Down

0 comments on commit ccd8090

Please sign in to comment.