Skip to content

Commit

Permalink
underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jul 27, 2023
1 parent 3aa84e9 commit 2894cee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Darwin
on:
workflow-call:
workflow_call:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Linux
on:
workflow-call:
workflow_call:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Windows
on:
workflow-call:
workflow_call:

jobs:
build:
Expand Down

0 comments on commit 2894cee

Please sign in to comment.