Skip to content

Commit

Permalink
Update dependency workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed May 25, 2024
1 parent ccdaa29 commit d535271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: build
name: Build
on:
workflow_call:
inputs:
directory:
required: true
type: string

jobs:
build-package:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Publish
on:
workflow_call:
inputs:
Expand Down

0 comments on commit d535271

Please sign in to comment.