Skip to content

Commit

Permalink
Fix missing space in naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bensaufley committed Jan 1, 2025
1 parent 1c3f945 commit 7ed7048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

jobs:
build:
name: Build${{ inputs.push && ', Check, and Push' || 'and Check' }} Image
name: Build${{ inputs.push && ', Check, and Push' || ' and Check' }} Image
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7ed7048

Please sign in to comment.